commit 93c1e080102124c213d1acf31033142dfaaf824c parent e46be0f61a89952d9cd984722583bf2101c82318 Author: Robert Russell <robert@rr3.xyz> Date: Sun, 17 Aug 2025 13:52:23 -0700 Add def.h include to simd.h Diffstat:
| M | inc/simd.h | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/inc/simd.h b/inc/simd.h @@ -10,6 +10,8 @@ #error "rcx/simd.h requires GCC extensions" #endif +#include "def.h" + /* TODO: MMX, AVX-512 */ /* TODO: Unaligned 128 bit typedefs, and corresponding load/store intrinsics */