forked from briansmith/ring
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
poly1305 x86_64: Remove poly1305_vec.c.
On x86_64, when we have SSE 4.1, which is pretty much always the case, we use the integrated implementation. We also have the non-SSE implementation to fall back on. This middle one is infrequently used but creates difficulties with cross-compilation because of the use of the <emmintrin.h> header file, which forces a dependency on stdlib.h we wouldn't otherwise need.
- Loading branch information
1 parent
03c3593
commit 53a60bf
Showing
5 changed files
with
0 additions
and
871 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.