quakeforge/include/QF/simd
Bill Currie 23613ca985 [simd] Get the new functions working on older hardware
In some cases, gcc-11 does a good enough job translating normal looking
C expressions so use just those, but other times need to dig around for
an appropriate intrinsic.

Also, now need to disable psapi warnings when compiling for anything
less than avx.
2022-01-07 11:48:28 +09:00
..
mat4f.h [simd] Make mmulf safe for src=dst 2021-04-29 19:25:31 +09:00
types.h [simd] Remove requirements for AVX2 for vec4d 2022-01-06 18:06:56 +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] Get the new functions working on older hardware 2022-01-07 11:48:28 +09:00
vec4f.h [simd] Split out the ivec implementations 2022-01-02 16:02:57 +09:00
vec4i.h [simd] Get the new functions working on older hardware 2022-01-07 11:48:28 +09:00