comparison test/test_align.h @ 9:6ff0b7a44bb6

generic: add initial support for 256-bit and 512-bit types eventually this could be expanded to add floating point stuff as well
author Paper <paper@tflc.us>
date Mon, 18 Nov 2024 13:52:09 -0500
parents 75ab77f874e2
children 53197dbf4e8e
comparison
equal deleted inserted replaced
6:978c167dcceb 9:6ff0b7a44bb6
34 RUN_TESTS(8, 16) 34 RUN_TESTS(8, 16)
35 RUN_TESTS(16, 8) 35 RUN_TESTS(16, 8)
36 RUN_TESTS(32, 4) 36 RUN_TESTS(32, 4)
37 RUN_TESTS(64, 2) 37 RUN_TESTS(64, 2)
38 38
39 RUN_TESTS(8, 32)
40 RUN_TESTS(16, 16)
41 RUN_TESTS(32, 8)
42 RUN_TESTS(64, 4)
43
39 #undef RUN_TESTS 44 #undef RUN_TESTS
40 #undef RUN_TEST 45 #undef RUN_TEST
41 46
42 return ret; 47 return ret;
43 } 48 }