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

Provide better compile support for pre AVX and specific SIMD level compiling #23

Open
JimHokanson opened this issue Jul 3, 2019 · 0 comments

Comments

@JimHokanson
Copy link
Owner

I've found out that any pre AVX processors will cause the current code to crash. I've created a hack but the code needs to be cleaned up. Additionally, it would be nice to allow compiling to target a specific SIMD level, specifically to only allow AVX (and not AVX2). Currently you can only enable or disable both simultaneously.

On a related note, I've also wanted to have a runtime flag for testing the various pathways, rather than needing to recompile.

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