Mercurial > vec
diff test/main.c @ 3:3c5545b1568f
*: much better alignment support & tests
author | Paper <paper@tflc.us> |
---|---|
date | Tue, 22 Oct 2024 23:27:15 -0400 |
parents | f12b5dd4e18c |
children | 75ab77f874e2 |
line wrap: on
line diff
--- a/test/main.c Tue Oct 22 22:39:05 2024 -0400 +++ b/test/main.c Tue Oct 22 23:27:15 2024 -0400 @@ -88,6 +88,7 @@ DEFINE_PRINT_VECTOR_2(32, 4) DEFINE_PRINT_VECTOR_2(64, 2) +#include "test_align.h" #include "test_arith.h" #include "test_compare.h" @@ -95,6 +96,7 @@ { int ret = 0; + ret |= test_align(); ret |= test_arith(); ret |= test_compare();