add a type definition for SMID-style vectors

This commit is contained in:
2025-06-24 19:52:20 +02:00
parent 9fbc9e0f9a
commit fc2924d128

5
src/util/vec.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#include <stdint.h>
typedef int8_t i8vec2 __attribute__((vector_size(4)));