quakeforge/include/QF/simd
Bill Currie 778c07e91f [util] Get vectors working for non-SSE archs
GCC does a fairly nice job of producing code for vector types when the
hardware doesn't support SIMD, but it seems to break certain math
optimization rules due to excess precision (?). Still, it works well
enough for the core engine, but may not be well suited to the tools.
However, so far, only qfvis uses vector types (and it's not tested yet),
and tools should probably be used on suitable machines anyway (not
forces, of course).
2021-06-01 18:53:53 +09:00
..
mat4f.h [simd] Make mmulf safe for src=dst 2021-04-29 19:25:31 +09:00
types.h [util] Get vectors working for non-SSE archs 2021-06-01 18:53:53 +09:00
vec4d.h [util] Get vectors working for non-SSE archs 2021-06-01 18:53:53 +09:00
vec4f.h [util] Get vectors working for non-SSE archs 2021-06-01 18:53:53 +09:00