Mojo function
bitwidthof
bitwidthof[type: AnyTrivialRegType, target: target = current_target()]() -> IntLiteral
Returns the size of (in bits) of the type.
Parameters:
- type (
AnyTrivialRegType
): The type in question. - target (
target
): The target architecture.
Returns:
The size of the type in bits.
bitwidthof[type: DType, target: target = current_target()]() -> IntLiteral
Returns the size of (in bits) of the dtype.
Parameters:
- type (
DType
): The type in question. - target (
target
): The target architecture.
Returns:
The size of the dtype in bits.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!
😔 What went wrong?