-
Notifications
You must be signed in to change notification settings - Fork 721
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
unit-test failed with '-march=core2' #413
Comments
And I tested this on two different machines with the same compiler gcc 11.4 and ubuntu 22.04 i9 12900K and R9 7950X,they had the same problem.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,I want to compare the performance between AVX2 and SSE by Hyperscan。
And I replace all "-march=xxx" to "-march=core2" in ./CMakeListst.txt , it will build success but run unit-hyperscan failed.
gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)
The text was updated successfully, but these errors were encountered: