Mercurial > vec
comparison test/test.c @ 39:f9ca85d2f14c
*: rearrange some things; add avx512bw support
| author | Paper <paper@tflc.us> |
|---|---|
| date | Sat, 26 Apr 2025 15:31:39 -0400 |
| parents | 4b5a557aa64f |
| children | c6e0df09b86f |
comparison
equal
deleted
inserted
replaced
| 38:fd42f9b1b95e | 39:f9ca85d2f14c |
|---|---|
| 1 #include "vec/vec.h" | 1 #include "vec/vec.h" |
| 2 #include "vec/mem.h" | |
| 2 | 3 |
| 3 #include <stdio.h> | 4 #include <stdio.h> |
| 4 #include <string.h> | 5 #include <string.h> |
| 5 #include <inttypes.h> | 6 #include <inttypes.h> |
| 6 #include <time.h> | 7 #include <time.h> |
