mul_i64_i64WGSL¶
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_i64_i64WGSL.ts for the most up-to-date information.
Overview¶
Multiplies two i64s together, returning an i64 (the low 64 bits of the result)
TODO: karatsuba?
@author Jonathan Olson <jonathan.olson@colorado.edu>
Source Code¶
See the source for mul_i64_i64WGSL.ts in the alpenglow repository.