Skip to content

neon: Use the real intrinsics for divf and sqrtf

amyspark requested to merge amyspark/orc:use-proper-intrinsics-divf-sqrtf into main

The existing implementation used the reciprocal for the calculations, without windowing out denormals.

(Marking as draft because I'd like feedback on whether the previous approach could be optimized, and how folks test the Arm backend's performance.)

Fixes #62 (closed)

Merge request reports