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

Replace call of celt_inner_prod_c() (step 1)


Should call celt_inner_prod().

This change is bit exact as original, except for x86 floating-point.
In x86 floating-point, it calls celt_inner_prod_sse() which may have
different output with the change of floating-point operations' orders.

Change-Id: Ia2381e2e198a84296ac28305183f15be842b3454

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