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
1 changed file:
Changes:
... | ... | @@ -47,7 +47,6 @@ GALLIUM_DRIVERS = softpipe |
47 | 47 | VULKAN_DRIVERS =
|
48 | 48 | VULKAN_LAYERS =
|
49 | 49 | |
50 | -confflags_SSE2 = -Dsse2=true
|
|
51 | 50 | confflags_TEFLON = -Dteflon=false
|
52 | 51 | |
53 | 52 | LLVM_ARCHS = amd64 arm64 armel armhf i386 loong64 mips64el powerpc ppc64 ppc64el riscv64 s390x sparc64 x32
|
... | ... | @@ -157,10 +156,6 @@ else |
157 | 156 | endif
|
158 | 157 | endif
|
159 | 158 | |
160 | -ifeq ($(DEB_HOST_ARCH), i386)
|
|
161 | - confflags_SSE2 = -Dsse2=false
|
|
162 | -endif
|
|
163 | - |
|
164 | 159 | empty:=
|
165 | 160 | space := $(empty) $(empty)
|
166 | 161 | comma := ,
|
... | ... | @@ -189,7 +184,6 @@ confflags += \ |
189 | 184 | $(confflags_GBM) \
|
190 | 185 | $(confflags_GALLIUM) \
|
191 | 186 | $(confflags_GLES) \
|
192 | - $(confflags_SSE2) \
|
|
193 | 187 | $(confflags_VALGRIND) \
|
194 | 188 | $(confflags_TEFLON)
|
195 | 189 |