Bug report
Bug description:
When working on adding float operations in #146307 the bytecode generation the CI failed for only the [i686-pc-windows-msvc] build. Link to failing CI:
i686-pc-windows-msvc
We can make the CI run by adding the -mno-sse flags:
8559fb8
Ideally we should not have to disable SSE at this might hurt performance.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Bug report
Bug description:
When working on adding float operations in #146307 the bytecode generation the CI failed for only the [i686-pc-windows-msvc] build. Link to failing CI:
i686-pc-windows-msvc
We can make the CI run by adding the
-mno-sseflags:8559fb8
Ideally we should not have to disable SSE at this might hurt performance.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response