-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
GCC bug #1230
Comments
Our judge server's CPU is AMD EPYC™ 7B13( |
I provided it with the correct architecture (Zen 3), still CE: https://judge.yosupo.jp/submission/231492. If you can upgrade GCC, it's great. |
Upgraded to GCC 14.2 |
Put your pragma after stl includes...specifically something like vector, then your program will compile . It's a weird GCC bug. Even though it may crash at runtime as server cpu doesn't support avx512. |
Can you update to GCC 14.3 when it's released, it should fix that bug. |
When I want to use
#pragma GCC target("arch=skylake,tune=native")
on Library Checker, this happens:It seems like that GCC 14.2.1 fixed this issue, can you update GCC to the latest version? Thanks.Update:
#pragma GCC target("avx2,avx512f,avx512er,avx512pf,avx512cd,avx512vl,avx512bw,avx512dq")
doesn't seem to work with 14.2.1 yet.The text was updated successfully, but these errors were encountered: