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
For ARM Neon, _hlslpp_round_ps is implemented using vrndq_f32 which rounds to zero instead of the expected round to even. Instead, _hlslpp_round_ps should use vrndnq_f32.
The text was updated successfully, but these errors were encountered:
For ARM Neon,
_hlslpp_round_ps
is implemented usingvrndq_f32
which rounds to zero instead of the expected round to even. Instead,_hlslpp_round_ps
should usevrndnq_f32
.The text was updated successfully, but these errors were encountered: