From 1aa2e4ec6b5aeaf4a783ed327c371d328253e6a1 Mon Sep 17 00:00:00 2001 From: dzaima Date: Sat, 1 Apr 2023 20:49:07 +0300 Subject: [PATCH] add sse2 test to x86Cfgs.sh --- test/x86Cfgs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/x86Cfgs.sh b/test/x86Cfgs.sh index 76026cc6..9d44a4ce 100755 --- a/test/x86Cfgs.sh +++ b/test/x86Cfgs.sh @@ -6,6 +6,7 @@ fi make f='-DDEBUG -DHEAP_VERIFY -DJIT_START=0' single-c echo 'alljit+heapverify:' && ./BQN -M 1000 "$1/test/this.bqn" -noerr bytecode header identity literal namespace prim simple syntax token under undo unhead || exit echo 'singeli:';make o3n-singeli && ./BQN -M 1000 "$1/test/this.bqn" || exit +echo 'singeli sse2:';build/build singeli native=0 && ./BQN -M 1000 "$1/test/this.bqn" || exit echo 'singeli vfy:';make heapverifyn-singeli && ./BQN -M 1000 "$1/test/this.bqn" -noerr bytecode header identity literal namespace prim simple syntax token under undo unhead || exit echo '32-bit:';make f='-DDEBUG -m32' single-c FFI=0 && ./BQN -M 1000 "$1/test/this.bqn" || exit echo '(expected one failed test: 0.3‿1.01‿π(⋆⁼⌜≡÷˜⌜○(⋆⁼))0‿2‿5.6‿∞)'