-
Notifications
You must be signed in to change notification settings - Fork 233
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
Target AVX2 in releases? #227
Comments
@maropu What do you think? |
@richardstartin Thanks for your attention! Yea, as you said, I also think most processors have AVX2, e.g., we can use AVX2 on all the x64 AWS ec2 instances, right? I found a list of processors with AVX2; Anyway, I think we have some options for that;
Also, it might be worth checking performance gain when turning on AVX2. If we have less gain, we might not need the support soon. |
Having multiple binaries and deciding at startup might be a good idea. If space is a concern, maven classifiers can always be used to filter out binaries included in the jar, so it's not an issue. |
I noticed this in the makefile
This was written in 2016 but AVX2 is quite mainstream now, is it worth revisiting this? Obviously a user can build their own, but not all users will have the required skills to do this in order to get more from their commodity class servers.
The text was updated successfully, but these errors were encountered: