Mojo function
mulwide
mulwide(a: SIMD[uint32, 1], b: SIMD[uint32, 1]) -> SIMD[uint64, 1]
Calculate the most significant 32 bits of the product of the two UInts.
mulwide(a: SIMD[int32, 1], b: SIMD[int32, 1]) -> SIMD[int64, 1]
Calculate the most significant 32 bits of the product of the two Ints.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!