-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoiding memcpy calls on NTT * Avoiding memcpys on Fwd NTT * Avoiding memcpy on INV NTT * Fixing some lines length * using only one out-of-place on first passes * Adding out-of-place for raddix 4 NTT * Adding gpg issue * Adding test cases for out place NTT * Removing commented code and testing GPG Signing * Fboemer/fix 32 bit invntt (#73) * Fix 32-bit AVX512DQ InvNT * Refactor NTT tests for better coverage * Added performance tips to README (#74) * small fix on test case (missed during merge) Co-authored-by: Fabian Boemer <fabian.boemer@intel.com>
- Loading branch information
Showing
13 changed files
with
969 additions
and
372 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
Oops, something went wrong.