quakeforge/tools/qfvis/source
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
..
base-vis.c [util] Get vectors working for non-SSE archs 2021-06-01 18:53:53 +09:00
flow.c [qfvis] Use simd vector code 2021-03-28 19:55:47 +09:00
Makemodule.am [build] Fix selective build of tools 2021-03-26 16:11:29 +09:00
options.c [qfvis] Add an option to limit the processed portals 2021-03-27 20:59:56 +09:00
qfvis.c [util] Get vectors working for non-SSE archs 2021-06-01 18:53:53 +09:00
soundphs.c [qfvis] Switch to unsigned for various counts 2021-03-27 20:55:15 +09:00