For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).
Mojo function
add_ftz_rm
def add_ftz_rm(a: SIMD[DType.float32, SIMDLength(2)], b: SIMD[DType.float32, SIMDLength(2)]) -> SIMD[DType.float32, SIMDLength(2)]
Returns the round-to-nearest-even flush-to-zero sum of two f32x2 vectors.
Args:
- a (
SIMD[DType.float32, SIMDLength(2)]): Firstf32x2addend vector. - b (
SIMD[DType.float32, SIMDLength(2)]): Secondf32x2addend vector.
Returns:
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!