Michael Shannon
Michael Shannon
In answer to the WGSL meeting question regarding which operations would need to be `precise` for an emulated double implementation. The answer is division is required but as long as...
> Here implementation of emulated double in WebGPU that works right now in Chrome/Firefox on MacBook and PC with Linux, uncomment trick with `mix` if you testing precise math. https://codepen.io/munrocket/pen/vYZgyqa...
@munrocket We just tested the `select` trick in our implementation and it works. Thanks for the idea. We are likely to use it over this PR (even if it is...