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

Make compiler support of ISA extensions optional at configure-time #91

Open
gvansickle opened this issue Jul 24, 2016 · 1 comment
Open

Comments

@gvansickle
Copy link
Owner

Currently, the build won't succeed if the detected compiler can't generate binaries with SSE4.2 and POPCNT Intel ISA extensions, even though the code at runtime handles the lack of these ISA extensions with appropriate portable fallbacks. This prevents building on other architectures. Handle this situation more gracefully.

@gvansickle
Copy link
Owner Author

This was fixed on #95 (master 6ba865c) for at least x86-64. Still may require some work on i686 and non-Intel arches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant