-
Notifications
You must be signed in to change notification settings - Fork 918
Poly1305 Intel Assembly code - AVX and AVX2 #1079
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
Conversation
|
Looks like a Poly1305 issue still: ./configure --enable-chacha --enable-poly1305 --enable-debug --enable-intelasm --disable-aesgcm && make ./wolfcrypt/benchmark/benchmark Program received signal SIGSEGV, Segmentation fault. |
…e '__m256i'" on some compilers. Fix is to change the `__m128i` and `__m256i` to arrays of `word64` (source Sean PR wolfSSL#1079).
|
Fixed the issue! |
|
Poly1305 now passes on CentOS / GCC 7.1 and Mac Clang using AVX/AVX2 speedups. |
toddouska
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
No description provided.