mirror of
https://github.com/love2d/love.git
synced 2026-08-12 00:20:52 +02:00
7a6e626c74
Turns out, this is a gcc bug: detecting sse2 support cannot be done in shared libraries. For now we'll assume 32-bit x86 builds are intended to also run on devices without SSE2 (how old!). In the future we might decide we only support machines that support SSE2, if we secretly don't already.