top | item 47027834 (no title) Dork1234 | 15 days ago By going to godbolt Just realized how hard it is to generate x87 FPU code these days. Almost all supported compilers are outputing XMM? SSE instructions these days. discuss order hn newest burnt-resistor|14 days ago You're doing it wrong.GCC: -mfpmath=387Clang: -mfpmath=387 -mno-sse shawn_w|15 days ago Use a 32 bit x86 target?
burnt-resistor|14 days ago
GCC: -mfpmath=387
Clang: -mfpmath=387 -mno-sse
shawn_w|15 days ago