Find a file
Trevor Gross ab1038a32b Use core::arch::wasm functions rather than intrinsics
These wasm functions are available in `core::arch::wasm32` since [1], so
we can use them while avoiding the possibly-recursive `intrinsics::*`
calls (in practice none of those should always lower to libcalls on
wasm, but that is up to LLVM).

Since these require an unstable feature, they are still gated under
`unstable-intrinsics`.

[1]: https://github.com/rust-lang/stdarch/pull/1677
2025-01-11 17:04:29 -05:00
library/compiler-builtins/libm Use core::arch::wasm functions rather than intrinsics 2025-01-11 17:04:29 -05:00