-
-
Notifications
You must be signed in to change notification settings - Fork 419
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
Illegal Instruction #1682
Comments
Here's one report I received via email
|
@dipinhora pointed me to part of the conversation here: #1331 (comment) it seems we should do |
It looks like we want It turns out a blank For now, we should be able to do |
And yes, |
I'll open a new PR for |
note to self
if someone wants to beat me to it, have at it. |
This should be followed by modifying the makefile to allow setting -mtune to intel. This should however fix issue #1682.
see #1686 |
This should be followed by modifying the makefile to allow setting -mtune to intel. This should however fix issue #1682.
This should be followed by modifying the makefile to allow setting -mtune to intel. This should however fix issue #1682.
This should be resolved by release of 0.11.2 I'm closing this issue an opening a new one for -mtune=intel see #1695 |
In order to address problems on older CPUs with "illegal instruction" errors, we set the target CPU to x86-64 for Deb and RPM release builds. Original issue is #1682 and the PR to implement was #1686. As part of #1682, we discussed that we should also build using -mtune=intel to get better performance.
In order to address problems on older CPUs with "illegal instruction" errors, we set the target CPU to x86-64 for Deb and RPM release builds. Original issue is #1682 and the PR to implement was #1686. As part of #1682, we discussed that we should also build using -mtune=intel to get better performance.
In order to address problems on older CPUs with "illegal instruction" errors, we set the target CPU to x86-64 for Deb and RPM release builds. Original issue is #1682 and the PR to implement was #1686. As part of #1682, we discussed that we should also build using -mtune=intel to get better performance.
I've received a couple reports via email and IRC that with 0.11.1 people are still getting "illegal instruction" errors from the prebuilt binaries that don't happen when building from source.
arch=
appears to not have solved the problem or I incorrectly implemented the idea in #1663.If you are experiencing the "illegal instruction" error when using prebuilt ponyc, please include your OS, LLVM and CPU info in this ticket.
The text was updated successfully, but these errors were encountered: