Closed kettle11 closed 4 years ago
Good catch. I'm upset that CI didn't notice that but it's because i only test stable for a lot of targets.
I've fixed that, and i'm letting the new CI run with an extra entry for nightly wasm32-unknown-unknown
. Once that completes I'll publish a patch.
0.4.3 is out!
Line 138 in lib.rs needs to be changed to:
unsafe { core::intrinsics::sqrtf32(x) }
Otherwise the build will fail on nightly for platforms without SSE support. I found this when I tried to build ultraviolet for Wasm.