You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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