Skip to content

Commit 9759c2d

Browse files
committed
Test extra asm
1 parent a9e91bf commit 9759c2d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.cirrus.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ task:
6565
- env: {WIDEMUL: int128, RECOVERY: yes, EXPERIMENTAL: yes, SCHNORRSIG: yes}
6666
- env: {WIDEMUL: int128, ECDH: yes, EXPERIMENTAL: yes, SCHNORRSIG: yes}
6767
- env: {WIDEMUL: int128, ASM: x86_64}
68+
- env: {WIDEMUL: int128, ASM: x86_64_gen}
69+
- env: {WIDEMUL: int128, ASM: x86_64_maax}
70+
- env: {WIDEMUL: int128, ASM: x86_64_mxaa}
6871
- env: { RECOVERY: yes, EXPERIMENTAL: yes, SCHNORRSIG: yes}
6972
- env: { STATICPRECOMPUTATION: no}
7073
- env: {BUILD: distcheck, WITH_VALGRIND: no, CTIMETEST: no, BENCH: no}
@@ -226,6 +229,11 @@ task:
226229
EXPERIMENTAL: yes
227230
SCHNORRSIG: yes
228231
CTIMETEST: no
232+
matrix:
233+
- env:
234+
ASM: no
235+
- env:
236+
ASM: aarch64
229237
<< : *MERGE_BASE
230238
test_script:
231239
- ./ci/cirrus.sh

0 commit comments

Comments
 (0)