From f7d4565f8dc6d9c45a43fc8c0b5dc0f36ab69028 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Fri, 23 Jul 2021 22:20:25 -0700 Subject: [PATCH] Test extra asm --- .cirrus.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index bf71a70839..dda2d9a3fa 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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} @@ -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