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
Combining vqdmlsdh and vqdmladhx for running complex multiplications operations on full scale vectors is likely to saturate
It would be safer to downscale the inputs prior to the multiplication.
arm_cmplx_mult_cmplx_q15/q31 would be modified the following way
Combining vqdmlsdh and vqdmladhx for running complex multiplications operations on full scale vectors is likely to saturate
It would be safer to downscale the inputs prior to the multiplication.
arm_cmplx_mult_cmplx_q15/q31 would be modified the following way
In this case downscaling of the result before storing must be removed
Other locations involving vqdmlsdh / vqdmladhx pairs should be verified as well
The text was updated successfully, but these errors were encountered: