Skip to content

Commit

Permalink
Warning! This breaks SOF math.
Browse files Browse the repository at this point in the history
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
  • Loading branch information
singalsu committed Nov 12, 2024
1 parent 04b0c6c commit 4ae4255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/exp_fcn_hifi.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ int32_t sofm_exp_int32(int32_t x)

mp = lomul_s64_sr_sat_near(mp, (int64_t)x);

for (b_n = 0; b_n < 64;) {
for (b_n = 0; b_n < 2;) {
AE_L64_IP(onebyfact, ponebyfact_Q63, 8);

mul_s64(mp, onebyfact, &outhi, &outlo);
Expand Down

0 comments on commit 4ae4255

Please sign in to comment.