-
Notifications
You must be signed in to change notification settings - Fork 707
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
Improve platform testing, especially for AVX2-specific (and similar) code #131
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Travis CI and the Linux VMs I use don't support AVX2 and/or other important features, so that code isn't getting tested thoroughly enough. In addition, currently the implementation is selected based on what the current CPU supports, which means that we never test some fallback implementations that are used when the CPU supports less than what Travis CI supports. We need to test every code path. This may require refactoring how implementations are chosen.
The text was updated successfully, but these errors were encountered: