mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-20 07:50:45 +00:00
d283f07890
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). |
||
---|---|---|
.. | ||
include | ||
source | ||
Makemodule.am | ||
qfvis.1 |