Skip to content
Snippets Groups Projects
Verified Commit 4fe9de3b authored by Linfeng Zhang's avatar Linfeng Zhang Committed by Jean-Marc Valin
Browse files

Optimize floating-point celt_inner_prod() and dual_inner_prod() for ARM NEON


The floating-point optimizations are not bit exact with C functions,
because of the different orders of floating-point operations.
But they are bit exact with the simulation C functions which simulate
the floating operations in the optimizations.

Change-Id: I149fda5b602fd5712b16fc8983df3c6c0c9e76ad

Signed-off-by: default avatarJean-Marc Valin <jmvalin@jmvalin.ca>
parent 4d4ed208
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