Mojo function
recip
recip(x: SIMD[dtype, size]) -> SIMD[dtype, size]
Performs elementwise reciprocal on a SIMD vector.
Args:
- x (
SIMD[dtype, 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!