mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-21 11:11:37 +00:00
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). |
||
---|---|---|
.. | ||
base-vis.c | ||
fatpvs.c | ||
flow.c | ||
Makemodule.am | ||
options.c | ||
qfvis.c | ||
soundphs.c |