Commit 8559fb8
Fix i686 Windows JIT: use x87 FPU instead of SSE for stencils
Add -mno-sse to clang args for i686-pc-windows-msvc target. The COFF32
stencil converter cannot handle _xmm register references that clang
emits for inline float arithmetic. Using x87 FPU instructions avoids
this. SSE is optional on 32-bit x86; x87 is the baseline.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 637803c commit 8559fb8
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
594 | 594 | | |
595 | 595 | | |
596 | 596 | | |
597 | | - | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
598 | 600 | | |
599 | 601 | | |
600 | 602 | | |
| |||
0 commit comments