mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 08:27:39 +00:00
d88bd96390
The portal flow stack nodes contain a simd vector, which requires 16-byte alignment. However, on 32-bit Windows, malloc returns 8-byte aligned memory, leading to eventual segfaults. Since pstack_t is 48 bytes on 32-bit systems, it fits nicely into a 64-byte aligned cache line (or two on 64-bit systems due to being 80 bytes). |
||
---|---|---|
.. | ||
base-vis.c | ||
fatpvs.c | ||
flow.c | ||
Makemodule.am | ||
options.c | ||
qfvis.c | ||
soundphs.c |