Skip to content
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

grab: revert -O3 to -O2 #356

Merged
merged 1 commit into from
Jun 20, 2020
Merged

Conversation

zomfg
Copy link

@zomfg zomfg commented Jun 9, 2020

Could not test both in #354, but works at least for one.
My guess is O3 upgraded SSE41 parts to AVX2 on its own at compile time. So even though runtime detection works fine for both cases it got the wrong instructions.
clang build does not seem to have that issue.

@psieg
Copy link
Owner

psieg commented Jun 20, 2020

Thanks!

@psieg psieg merged commit b4c7e95 into psieg:master Jun 20, 2020
@zomfg zomfg deleted the hotfix/invalid-instruction branch June 24, 2020 22:47
@zomfg zomfg mentioned this pull request Nov 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants