-
-
Notifications
You must be signed in to change notification settings - Fork 279
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
AVX10.2 support #192
Comments
I've already skimmed through that PDF, but it has too many pages. By the way, Intel is a heavy user of Xbyak (thank you), but would your company be interested in sponsoring my contributions? |
Some of the instruction that used to be "extensions" are brought in under 10.2 umbrella, it is generally part of AVX10 strategy: simplify capability detection. So instead of checking for AVX512VL and AVX512F, one would just check for AVX10.2 or higher. This was done starting AVX10.1 (which was all existing instructions). So yes, some of the instructions mentioned in the AVX10.2 spec are existing instructions.
I am an employee and cannot speak on behalf of the company, nor I can make these decisions. What I can do is to ask around to see what can be done. Your project provides significant value to the area I am working on (so, thank you!). |
Thank you very much. That will be sufficient. |
@busykai |
The latest version, v7.20, fully supported AVX10.2. |
Thank you! Will try to do it the next week. This is great! I'm closing this issue since this is done!!! |
@busykai |
I tested them with xed 2024.11.4. |
Hello @herumi;
now that AVX10.2 specification as well as SDE version which supports AVX10.2 are released, could we hope for support for AVX10.2? Do you have plans to work on it?
The text was updated successfully, but these errors were encountered: