Skip to content
Snippets Groups Projects
Commit 0b0a2b4d authored by Viswanath Puttagunta's avatar Viswanath Puttagunta Committed by Timothy B. Terriberry
Browse files

armv7: celt_pitch_xcorr: Introduce ARM NEON intrinsics


Optimize celt_pitch_xcorr function (for floating point)
using ARM NEON intrinsics for SoCs that have NEON VFP unit.

To enable this optimization, use --enable-intrinsics
configure option.

Compile time and runtime checks are also supported to make sure
this optimization is only enabled when the compiler supports
NEON intrinsics.

Signed-off-by: default avatarTimothy B. Terriberry <tterribe@xiph.org>
parent 5b712da9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment