Find a file
Trevor Gross e35091a2d0 Disable libm on x86 without sse2
In <https://github.com/rust-lang/compiler-builtins/pull/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
<https://github.com/rust-lang/rust/pull/125016#issuecomment-2174572661>.

Disable Rust libm on x86 without sse2 to mitigate this.
2024-06-17 19:38:55 -05:00
library/compiler-builtins Disable libm on x86 without sse2 2024-06-17 19:38:55 -05:00