forked from Argyle-Software/kyber
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove 90s modes and AVX2 optimisations
- Loading branch information
Showing
46 changed files
with
13 additions
and
6,108 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,14 +17,13 @@ jobs: | |
mips64-unknown-linux-gnuabi64, | ||
] | ||
feature: [kyber512, kyber768, kyber1024] | ||
opt: ["", 90s, "90s-fixslice"] | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Cross Compile Tests ${{ matrix.target }} ${{ matrix.feature }} ${{ matrix.opt }} | ||
- name: Cross Compile Tests ${{ matrix.target }} ${{ matrix.feature }} | ||
uses: actions-rs/[email protected] | ||
with: | ||
use-cross: true | ||
command: test | ||
args: --target ${{ matrix.target }} --features "${{ matrix.feature }} ${{ matrix.opt }}" | ||
args: --target ${{ matrix.target }} --features "${{ matrix.feature }}" |
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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.