-
Notifications
You must be signed in to change notification settings - Fork 56
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
VAES support #630
Comments
Yes, this is a trivial patch. |
vbgl
added a commit
that referenced
this issue
Jun 10, 2024
The AES-NI AVX instructions are extended to 256-bit operands. Fixes #630.
vbgl
added a commit
that referenced
this issue
Jun 10, 2024
The AES-NI AVX instructions are extended to 256-bit operands. Fixes #630.
vbgl
added a commit
that referenced
this issue
Jun 10, 2024
The AES-NI AVX instructions are extended to 256-bit operands. Fixes #630.
bgregoir
pushed a commit
that referenced
this issue
Jun 11, 2024
The AES-NI AVX instructions are extended to 256-bit operands. Fixes #630.
clebreto
pushed a commit
that referenced
this issue
Jul 18, 2024
The AES-NI AVX instructions are extended to 256-bit operands. Fixes #630.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On x86_64, the
[V]AES{DEC,DECLAST,ENC,ENCLAST}
intrinsics only supportu128
operands. Same forPVCLMULQDQ
.This is sad, because many Intel and Intel-compatible CPUs support
2u128
operands with the same throughput/latency.Would it be possible to add support for VAES in a future release?
Thank you!
The text was updated successfully, but these errors were encountered: