-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
SIGILL with -C target-cpu=native
#36448
Comments
Affects a friend, too. His data:
|
Smells like an LLVM bug. Can you reproduce on the current Rust nightly? |
I always forget to test with nightly 😖 So I guess this can be closed? |
This should be closed. LLVM didn’t handle skylake features (despite understanding what skylake is) well before and including 3.8. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(this issue was originally opened here (backtrace-rs/16))
This code:
... when compiled with
rustc -C target-cpu=native test.rs
, results in a SIGILL when executed:A few information via gdb:
When switching to
(gdb) layout asm
this instruction is marked:Google lead me to think this is an instruction of the AVZ-512 extension. Without having searched for a long time, I think my CPU, the i7-6700HQ, does not support this extension.
Some information, @alexcrichton requested:
If you need more information or want to see something executed on my system, just tell me!
The text was updated successfully, but these errors were encountered: