Skip to content
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

Fix illegal instruction errors on older cpus when using packaged Pony #1686

Merged
merged 1 commit into from
Mar 15, 2017

Conversation

SeanTAllen
Copy link
Member

This should be followed by modifying the makefile to allow
setting -mtune to intel.

This should however fix issue #1682.

@SeanTAllen
Copy link
Member Author

Does Windows need a change for this @kulibali?

@SeanTAllen SeanTAllen mentioned this pull request Mar 15, 2017
@SeanTAllen SeanTAllen added the triggers release Major issue that when fixed, results in an "emergency" release label Mar 15, 2017
@SeanTAllen
Copy link
Member Author

This should trigger another release

@chalcolith
Copy link
Member

I don't think anything is needed for Windows.

@SeanTAllen SeanTAllen mentioned this pull request Mar 15, 2017
This should be followed by modifying the makefile to allow
setting -mtune to intel.

This should however fix issue #1682.
@SeanTAllen SeanTAllen force-pushed the baseline-prebuilt-binaries branch from 26e753a to e0463c1 Compare March 15, 2017 16:45
@SeanTAllen
Copy link
Member Author

Rebased against master to get CI passing

@SeanTAllen SeanTAllen added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label Mar 15, 2017
@SeanTAllen SeanTAllen changed the title Set cpu instruction set for prebuilt pony Fix illegal instruction errors on older cpus when using packaged Pony Mar 15, 2017
@sylvanc sylvanc merged commit df88483 into master Mar 15, 2017
ponylang-main added a commit that referenced this pull request Mar 15, 2017
SeanTAllen added a commit that referenced this pull request Mar 25, 2017
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.
SeanTAllen added a commit that referenced this pull request Mar 25, 2017
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.
killerswan pushed a commit that referenced this pull request Mar 25, 2017
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.
@SeanTAllen SeanTAllen deleted the baseline-prebuilt-binaries branch April 6, 2017 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge triggers release Major issue that when fixed, results in an "emergency" release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants