Skip to content

Conversation

@riwanou
Copy link

@riwanou riwanou commented Jan 7, 2025

Add rsqrt_prec instruction which add precision for rsqrt on NEON target.
We add a precision step using vrsqrtsq_f32 (https://developer.arm.com/architectures/instruction-sets/intrinsics/vrsqrtsq_f32).

@ocococococ
Copy link
Contributor

ocococococ commented Aug 4, 2025

Similarly, for my own usage of a more precise function sqrt for floats using NEON 32 bits (I named it sqrt_ex),
I added some code in my client mipp application (running under Windows with AXV512, embedded linux with arm 32 cpu and WSL ) as in the attached file below:
mipp_sqrt_ex.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants