-
Notifications
You must be signed in to change notification settings - Fork 287
compiler(amd64): return false on SSE4 unsupported CPUs #1121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Edoardo Vacchi <[email protected]>
well, at least I would like you to verify it via QEMU, but no need to add it to the CI I think :D (Closed #581.) |
Co-authored-by: Takeshi Yoneda <[email protected]>
TBF I tried to setup QEMU and I gave up because it was so slow, but I just realized I could just download a preinstalled image instead of starting from scratch 🤦♂️ (probably docker would do too...) |
If setting toolchains locally is something too slow, you could build a binary you need test only the |
anyway merging as I think this works! |
ok I confirm that it works on a qemu machine started with |
Coolio |
I am not sure whether we should also add some test case to exercise this code path. Maybe enabling emulated tests as suggested in #581? Even my old Window laptop is newer and passes :D
Signed-off-by: Edoardo Vacchi [email protected]
Fixes #580