Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / mesa
Commits: 40274892 by Fabio Pedretti at 2025-08-11T20:44:15+02:00 rules: Disable sse2 disabling on i386. See: https://www.debian.org/releases/trixie/release-notes/issues.html#reduced-support-for-i386 - - - - - 1 changed file: - debian/rules Changes: ===================================== debian/rules ===================================== @@ -47,7 +47,6 @@ GALLIUM_DRIVERS = softpipe VULKAN_DRIVERS = VULKAN_LAYERS = -confflags_SSE2 = -Dsse2=true confflags_TEFLON = -Dteflon=false LLVM_ARCHS = amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32 @@ -157,10 +156,6 @@ else endif endif -ifeq ($(DEB_HOST_ARCH), i386) - confflags_SSE2 = -Dsse2=false -endif - empty:= space := $(empty) $(empty) comma := , @@ -189,7 +184,6 @@ confflags += \ $(confflags_GBM) \ $(confflags_GALLIUM) \ $(confflags_GLES) \ - $(confflags_SSE2) \ $(confflags_VALGRIND) \ $(confflags_TEFLON) View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/40274892c648a143a86981774563120b2124e0b3 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/40274892c648a143a86981774563120b2124e0b3 You're receiving this email because of your account on salsa.debian.org.

