quakeforge/include/QF/simd
Bill Currie 7a6ca0ebcb [simd] Use portable swizzles
gcc and clang have rather different swizzle builtins, but both do a nice
job of optimizing the intuitive initializer swizzle (I think gcc 8(?)
didn't do such a good job thus my use of __builtin_shuffle).
2022-03-31 02:25:33 +09:00
..
mat4f.h [simd] Use portable swizzles 2022-03-31 02:25:33 +09:00
types.h [simd] Use inttypes.h for long vector formats 2022-01-30 10:50:14 +09:00
vec2d.h [simd] Get the new functions working on older hardware 2022-01-07 11:48:28 +09:00
vec2f.h [simd] Get the new functions working on older hardware 2022-01-07 11:48:28 +09:00
vec2i.h [simd] Get the new functions working on older hardware 2022-01-07 11:48:28 +09:00
vec4d.h [simd] Use portable swizzles 2022-03-31 02:25:33 +09:00
vec4f.h [simd] Use portable swizzles 2022-03-31 02:25:33 +09:00
vec4i.h [simd] Get the new functions working on older hardware 2022-01-07 11:48:28 +09:00