quakeforge/include/QF/simd
D G Turner b799d48ccb [simd] fix build when avx2 is not available, but avx is.
This failed with errors such as:
                 from ./include/QF/simd/vec4d.h:32,
                 from libs/util/simd.c:37:
./include/QF/simd/vec4d.h: In function ‘qmuld’:
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include/avx2intrin.h:1049:1: error: inlining failed in call to ‘always_inline’ ‘_mm256_permute4x64_pd’: target specific option mismatch
 1049 | _mm256_permute4x64_pd (__m256d __X, const int __M)
2021-06-23 01:10:42 +01:00
..
mat4f.h [simd] Make mmulf safe for src=dst 2021-04-29 19:25:31 +09:00
types.h [simd] fix build when avx2 is not available, but avx is. 2021-06-23 01:10:42 +01:00
vec4d.h [simd] fix build when avx2 is not available, but avx is. 2021-06-23 01:10:42 +01:00
vec4f.h Fix a bunch of issues found by gcc-11 2021-06-13 14:30:59 +09:00