You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. This issues exists to address that remaining change. Currently, our Makefiles don't support setting -mtune so the Makefile needs to be updated, once that is done, both the DOCKERFILE, and .travis.yml need to be updated accordingly.
The text was updated successfully, but these errors were encountered:
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. This issues exists to address that remaining change. Currently, our Makefiles don't support setting-mtune
so the Makefile needs to be updated, once that is done, both the DOCKERFILE, and .travis.yml need to be updated accordingly.The text was updated successfully, but these errors were encountered: