Source: teeworlds
Version: 0.7.2-2
Severity: serious
Tags: patch
SSE is not part of the i386 baseline, fix attached.
Description: SSE is not part of the i386 baseline
-msse2 is not required for _mm_pause().
Author: Adrian Bunk <[email protected]>
--- teeworlds-0.7.2.orig/bam.lua
+++ teeworlds-0.7.2/bam.lua
@@ -196,7 +196,6 @@ end
function GenerateLinuxSettings(settings, conf, arch, compiler)
if arch == "x86" then
- settings.cc.flags:Add("-msse2") -- for the _mm_pause call
settings.cc.flags:Add("-m32")
settings.link.flags:Add("-m32")
elseif arch == "x86_64" then