For the complete Mojo documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /docs/manual/basics.md).
simd_byte_width
def simd_byte_width[target: CompilationTarget = CompilationTarget.current()]() -> Int
Returns the vector size (in bytes) of the specified target.
Parameters:
- target (
CompilationTarget): The target architecture.
Returns:
Int: The vector size (in bytes) of the host system.