Commit 24eb919
committed
Disable libm on x86 without sse2
In <rust-lang/compiler-builtins#594>, symbols
for the Rust port of libm were made always weakly available. This seems
to be causing problems on platforms with ABI issues, as explained at
<rust-lang#125016 (comment)>.
Disable Rust libm on x86 without sse2 to mitigate this.1 parent c37479f commit 24eb919
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| |||
0 commit comments