38 #error LE_USE_SIMD undefined.
39 #error Use LE_USE_SIMD in (config.h) to enable or disable SIMD acceleration for calculations.
47 #include "xmmintrin.h"
48 #include "emmintrin.h"
60 typedef union {V4SF v;
float f[4];} v4sf;
64 typedef union {V4SI v; int32_t i[4];} v4si;
68 typedef union {V4SU v; uint32_t u[4];} v4su;
72 typedef union {V8SH v; int16_t i[8];} v8sh;
76 typedef union {V8SW v; uint16_t u[8];} v8sw;
struct __attribute__((aligned(16))) LeVertex
Definition: geometry_simd.h:47
LightEngine 3D: Amiga ammx function declaration.