-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Thread 1 "main" received signal SIGILL, Illegal instruction. #12
Comments
It seems my CPU does not support FMA, whatever that is :( |
I see now you did some changes in the rpi4 branch in this area, since that also does not seem to have FMA, I'm going to have a look there too. I seem to be a bit too trigger happy on opening new issues today, sorry for the noise. |
Yes, currently on x86 architectures your CPU must support the
The flags The rpi4 branch is for Arm architecture, so it won't work on your Intel CPU. The workaround you can try is to remove the |
Using/linking with |
Fix compatibility issue
Seemed to come from here:
with backtrace
On Ubuntu 18.04, gcc 7.5.0, on an Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz
The text was updated successfully, but these errors were encountered: