diff 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
line wrap: on
line diff
--- a/test/test_align.h	Wed Oct 23 19:05:34 2024 -0400
+++ b/test/test_align.h	Mon Nov 18 13:52:09 2024 -0500
@@ -36,6 +36,11 @@
 	RUN_TESTS(32, 4)
 	RUN_TESTS(64, 2)
 
+	RUN_TESTS(8, 32)
+	RUN_TESTS(16, 16)
+	RUN_TESTS(32, 8)
+	RUN_TESTS(64, 4)
+
 #undef RUN_TESTS
 #undef RUN_TEST