quakeforge/include/QF/simd
Bill Currie 87f3c206f1 [simd] Remove some intrinsics uses
GCC does a nice enough job compiling the more readable form (though
admittedly, hadd is possibly more readable than what's there for
dot[fd], hadd is supposedly slower than the shuffles and adds, and qfvis
seems to support that).
2022-05-20 11:09:15 +09:00
..
mat4f.h [simd] Add some comments to mat4fquat 2022-05-04 13:48:34 +09:00
types.h [simd] Rename VEC_TYPE to QF_VEC_TYPE 2022-04-29 16:59:55 +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] Remove some intrinsics uses 2022-05-20 11:09:15 +09:00
vec4f.h [simd] Remove some intrinsics uses 2022-05-20 11:09:15 +09:00
vec4i.h [simd] Get the new functions working on older hardware 2022-01-07 11:48:28 +09:00