Skip to content

WIP: Use -msse2 switch for compiling for 32-bit x86 builds

SteelT requested to merge use-sse2 into next

This makes it so SSE2 is used when compiling for 32-bit x86 by default, if a new enough version of GCC is used that is, as doing so appears to improve performance significantly on both renderers.

Edited by SteelT

Merge request reports