Find a file
Alex Crichton 1701e71ed6 Include ldexp* intrinsics on the wasm target
Looks like LLVM optimizes programs like:

    fn foo(a: u8) -> f32 {
        2.0f32.powf(a as f32)
    }

to actually invoking `ldexpf`, so let's be sure to include bindings so
there's not undefined symbols.
2019-05-02 12:40:39 -07:00
library/compiler-builtins Include ldexp* intrinsics on the wasm target 2019-05-02 12:40:39 -07:00