Skip to content

Commit

Permalink
Test extra asm
Browse files Browse the repository at this point in the history
  • Loading branch information
sipa committed Aug 4, 2021
1 parent 363b35b commit d969943
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ task:
- env: {WIDEMUL: int128, RECOVERY: yes, EXPERIMENTAL: yes, SCHNORRSIG: yes}
- env: {WIDEMUL: int128, ECDH: yes, EXPERIMENTAL: yes, SCHNORRSIG: yes}
- env: {WIDEMUL: int128, ASM: x86_64}
- env: {WIDEMUL: int128, ASM: x86_64_gen}
- env: {WIDEMUL: int128, ASM: x86_64_maax}
- env: {WIDEMUL: int128, ASM: x86_64_mxaa}
- env: { RECOVERY: yes, EXPERIMENTAL: yes, SCHNORRSIG: yes}
- env: { STATICPRECOMPUTATION: no}
- env: {BUILD: distcheck, WITH_VALGRIND: no, CTIMETEST: no, BENCH: no}
Expand Down Expand Up @@ -226,6 +229,11 @@ task:
EXPERIMENTAL: yes
SCHNORRSIG: yes
CTIMETEST: no
matrix:
- env:
ASM: no
- env:
ASM: aarch64
<< : *MERGE_BASE
test_script:
- ./ci/cirrus.sh
Expand Down

0 comments on commit d969943

Please sign in to comment.