Skip to content

Commit

Permalink
Make intrin_test go faster
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Mar 6, 2023
1 parent fd4e51a commit 5b9bff0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion test/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ o/$(MODE)/test/alu: \
# fast and fairly comprehensive tests for our simd instructions
# https://github.com/jart/cosmopolitan/blob/master/test/libc/intrin/intrin_test.c
o/$(MODE)/test/sse: \
$(call emulates,third_party/cosmo/7/intrin_test.com) \
$(call emulates,third_party/cosmo/8/intrin_test.com) \
$(call emulates,third_party/cosmo/2/popcnt_test.com) \
$(call emulates,third_party/cosmo/2/pshuf_test.com) \
$(call emulates,third_party/cosmo/2/pmulhrsw_test.com) \
Expand Down
1 change: 0 additions & 1 deletion third_party/cosmo/7/intrin_test.com.dbg.gz.sha256

This file was deleted.

1 change: 0 additions & 1 deletion third_party/cosmo/7/intrin_test.com.gz.sha256

This file was deleted.

1 change: 1 addition & 0 deletions third_party/cosmo/8/intrin_test.com.dbg.gz.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9b6e74924cb619aac4c1e4a775c610b3739260034a35580f2d3f3d8d80ea28ac *third_party/cosmo/8/intrin_test.com.dbg.gz
1 change: 1 addition & 0 deletions third_party/cosmo/8/intrin_test.com.gz.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
127622ee2fe636c4b491e524e4b4082f144ce7eeb5dd5ec896f78f4f86063249 *third_party/cosmo/8/intrin_test.com.gz
10 changes: 5 additions & 5 deletions third_party/cosmo/cosmo.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ o/$(MODE)/third_party/cosmo/%.com.ok: third_party/cosmo/%.com o/$(MODE)/blink/bl
@touch $@

COSMO_TESTS = \
o/$(MODE)/third_party/cosmo/7/intrin_test.com.ok \
o/$(MODE)/third_party/cosmo/8/intrin_test.com.ok \
o/$(MODE)/third_party/cosmo/2/lockscale_test.com.ok \
o/$(MODE)/third_party/cosmo/2/palignr_test.com.ok \
o/$(MODE)/third_party/cosmo/2/pmulhrsw_test.com.ok \
Expand Down Expand Up @@ -234,7 +234,7 @@ DARWIN_PROBLEMATIC_TESTS = \
o/$(MODE)/third_party/cosmo/2/backtrace_test.com.ok

o/$(MODE)/third_party/cosmo/emulates: \
o/$(MODE)/aarch64/third_party/cosmo/7/intrin_test.com.emulates \
o/$(MODE)/aarch64/third_party/cosmo/8/intrin_test.com.emulates \
o/$(MODE)/aarch64/third_party/cosmo/2/palandprintf_test.com.emulates \
o/$(MODE)/aarch64/third_party/cosmo/2/divmul_test.com.emulates \
o/$(MODE)/aarch64/third_party/cosmo/2/test_suite_ecp.com.emulates \
Expand Down Expand Up @@ -288,7 +288,7 @@ o/$(MODE)/third_party/cosmo/emulates: \
o/$(MODE)/aarch64/third_party/cosmo/2/test_suite_entropy.com.emulates \
o/$(MODE)/aarch64/third_party/cosmo/2/test_suite_md.com.emulates \
o/$(MODE)/aarch64/third_party/cosmo/2/execve_test.com.emulates \
o/$(MODE)/mips64el/third_party/cosmo/7/intrin_test.com.emulates \
o/$(MODE)/mips64el/third_party/cosmo/8/intrin_test.com.emulates \
o/$(MODE)/mips64el/third_party/cosmo/2/palandprintf_test.com.emulates \
o/$(MODE)/mips64el/third_party/cosmo/2/divmul_test.com.emulates \
o/$(MODE)/mips64el/third_party/cosmo/2/lockscale_test.com.emulates \
Expand All @@ -298,7 +298,7 @@ o/$(MODE)/third_party/cosmo/emulates: \
o/$(MODE)/mips64el/third_party/cosmo/2/pthread_mutex_lock2_test.com.emulates \
o/$(MODE)/mips64el/third_party/cosmo/2/pthread_mutex_lock_test.com.emulates \
o/$(MODE)/mips64el/third_party/cosmo/2/pthread_spin_lock_test.com.emulates \
o/$(MODE)/s390x/third_party/cosmo/7/intrin_test.com.emulates \
o/$(MODE)/s390x/third_party/cosmo/8/intrin_test.com.emulates \
o/$(MODE)/s390x/third_party/cosmo/2/palandprintf_test.com.emulates \
o/$(MODE)/s390x/third_party/cosmo/2/divmul_test.com.emulates \
o/$(MODE)/s390x/third_party/cosmo/2/lockscale_test.com.emulates \
Expand Down Expand Up @@ -347,7 +347,7 @@ o/$(MODE)/third_party/cosmo/emulates: \
o/$(MODE)/s390x/third_party/cosmo/2/test_suite_ctr_drbg.com.emulates \
o/$(MODE)/s390x/third_party/cosmo/2/test_suite_entropy.com.emulates \
o/$(MODE)/s390x/third_party/cosmo/2/test_suite_md.com.emulates \
o/$(MODE)/powerpc64le/third_party/cosmo/7/intrin_test.com.emulates \
o/$(MODE)/powerpc64le/third_party/cosmo/8/intrin_test.com.emulates \
o/$(MODE)/powerpc64le/third_party/cosmo/2/palandprintf_test.com.emulates \
o/$(MODE)/powerpc64le/third_party/cosmo/2/divmul_test.com.emulates \
o/$(MODE)/powerpc64le/third_party/cosmo/2/lockscale_test.com.emulates \
Expand Down

0 comments on commit 5b9bff0

Please sign in to comment.