Mercurial > vec
diff test/main.c @ 13:53197dbf4e8e
vec.h: initial refactor for runtime SSE and stuff
author | Paper <paper@tflc.us> |
---|---|
date | Tue, 19 Nov 2024 15:54:38 -0500 |
parents | d1d5d767004c |
children |
line wrap: on
line diff
--- a/test/main.c Mon Nov 18 16:12:24 2024 -0500 +++ b/test/main.c Tue Nov 19 15:54:38 2024 -0500 @@ -81,19 +81,6 @@ VPRINT(, , d, bits, size) VPRINT(u, U, u, bits, size) DEF_VEC_TEST_FUNCS(8, 16) -DEF_VEC_TEST_FUNCS(16, 8) -DEF_VEC_TEST_FUNCS(32, 4) -DEF_VEC_TEST_FUNCS(64, 2) - -DEF_VEC_TEST_FUNCS(8, 32) -DEF_VEC_TEST_FUNCS(16, 16) -DEF_VEC_TEST_FUNCS(32, 8) -DEF_VEC_TEST_FUNCS(64, 4) - -DEF_VEC_TEST_FUNCS(8, 64) -DEF_VEC_TEST_FUNCS(16, 32) -DEF_VEC_TEST_FUNCS(32, 16) -DEF_VEC_TEST_FUNCS(64, 8) #undef DEF_VEC_TEST_FUNCS #undef VPRINT