quakeforge/tools/qfvis/source
Bill Currie d283f07890 [qfvis] Replace modulo and SISD cross-product
At least modern gcc produces nice code for ?: (cmov), and a SIMD
cross-product uses several fewer instructions. The cross-product shaved
off 0.5-1s, but the modulo -> ?: shaved off about 3-4s, for a total of
about 10% speedup (1.09 insn/cyc vs 1.01 insn/cyc, so even perf agrees).
2022-11-19 20:49:13 +09:00
..
base-vis.c [build] Fix some windows bitrot 2021-08-02 14:02:41 +09:00
fatpvs.c [qfvis] Make cluster reconstruction O(N) 2021-08-08 12:34:18 +09:00
flow.c [qfvis] Replace modulo and SISD cross-product 2022-11-19 20:49:13 +09:00
Makemodule.am [qfvis] Start work on an off-line fat pvs compiler 2021-07-26 22:42:03 +09:00
options.c [util] Add sys function to get cpu count 2021-08-13 21:26:48 +09:00
qfvis.c [qfvis] Replace modulo and SISD cross-product 2022-11-19 20:49:13 +09:00
soundphs.c [qfvis] Clean up the code and output a little 2021-08-03 21:52:24 +09:00