my rust fork
https://www.rust-lang.org
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.
|
||
|---|---|---|
| library/compiler-builtins | ||