You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DRC: math: Replace exponential function for performance
For DRC performance, replace "exp_small_fixed()" with "sofm_exp_int32()".
Included supporting change to include "sofm_exp_int32()" within exp_fixed()
,HiFi intrinsic function was added to replace C macros,and removed
"exp_small_fixed()" from future use.
Signed-off-by: shastry <malladi.sastry@intel.com>
0 commit comments