Mojo function
isqrt
isqrt(x: SIMD[type, size]) -> SIMD[type, size]
Performs elementwise reciprocal square root on a SIMD vector.
Args:
- x (
SIMD[type, size]
): SIMD vector to perform reciprocal square root on.
Returns:
The elementwise reciprocal square root of x.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!