my rust fork
https://www.rust-lang.org
WASM is the only architecture we use `intrinsics::` for. We probably don't want to do this for any other architectures since it is better to use assembly, or work toward getting the functions available in `core`. To more accurately reflect the relationship between arch and intrinsics, make wasm32 an `arch` module and call the intrinsics from there. |
||
|---|---|---|
| library/compiler-builtins/libm | ||