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 semi-optimized _mm_aesenc_si128 for ARMv7-A #63

Merged
merged 1 commit into from Jul 16, 2020
Merged

Conversation

jserv
Copy link
Member

@jserv jserv commented Jul 12, 2020

For the sake of orthogonality, every supported intrinsic shall be
implemented for both ARMv7-A+NEON and ARMv8-A with diverse extensions.
This patch provides a semi-optimized _mm_aesenc_si128 for ARMv7-A with
NEON. There is room for performance improvements. See

"Higher-Order Masking in Practice: A Vector Implementation of Masked AES
for ARM NEON"
https://link.springer.com/chapter/10.1007/978-3-319-16715-2_10

And corresponding source code:
https://github.com/Ko-/aes-masked-neon

sse2neon.h Outdated Show resolved Hide resolved
For the sake of orthogonality, every supported intrinsic shall be
implemented for both ARMv7-A+NEON and ARMv8-A with diverse extensions.
This patch provides a semi-optimized _mm_aesenc_si128 for ARMv7-A with
NEON. There is room for performance improvements. See
  "Higher-Order Masking in Practice: A Vector Implementation of Masked AES
   for ARM NEON"
  https://link.springer.com/chapter/10.1007/978-3-319-16715-2_10

And corresponding source code:
  https://github.com/Ko-/aes-masked-neon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants