mul_u32_u32_to_u64WGSL¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/alpenglow/blob/main/js/webgpu/wgsl/math/mul_u32_u32_to_u64WGSL.ts for the most up-to-date information.
Overview¶
Multiplies two u32s together, returning a u64.
TODO: karatsuba multiplication
@author Jonathan Olson <jonathan.olson@colorado.edu>
Source Code¶
See the source for mul_u32_u32_to_u64WGSL.ts in the alpenglow repository.