Skip to main content

Mojo function

simd_bit_width

simd_bit_width[target: target = _current_target()]() -> Int

Returns the vector size (in bits) of the specified target.

Parameters:

  • target (target): The target architecture.

Returns:

Int: The vector size (in bits) of the specified target.

Was this page helpful?