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