Mojo function
exp2
exp2[type: DType, simd_width: Int, //](x: SIMD[type, simd_width]) -> SIMD[$0, $1]
Computes elementwise 2 raised to the power of n, where n is an element of the input SIMD vector.
Parameters:
- βtype (
DType
): Thedtype
of the input and output SIMD vector. - βsimd_width (
Int
): The width of the input and output SIMD vector.
Args:
- βx (
SIMD[type, simd_width]
): SIMD vector to perform exp2 on.
Returns:
Vector containing computed elementwise, where n is an element in the input SIMD vector.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!
If you'd like to share more information, please report an issue on GitHub
π What went wrong?