Carry-less multiplication #1176
Unanswered
kreuzerkrieg
asked this question in
Q&A
Replies: 3 comments 4 replies
-
We don't at the moment. What are your use case ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
SIMD accelerated CRC32 calculation following this document. I have intrinsic version of this code and would like to try and implement it using EVE |
Beta Was this translation helpful? Give feedback.
3 replies
-
FYI: you can always mix eve with intrinsics if you need to https://godbolt.org/z/Mvbhj77ch |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is carry-less multiplication supported by EVE? Something like PCLMULQDQ instruction?
Beta Was this translation helpful? Give feedback.
All reactions