Skip to content

Commit e178a09

Browse files
ppigazzinivondele
authored andcommitted
Drop sse from target "x86-32"
have maximal compatibility on legacy target arch, now supporting AMD Athlon The old behavior can anyway be selected by the user if needed, for example make -j profile-build ARCH=x86-32 sse=yes fixes #3904 closes #3918 No functional change
1 parent 50200de commit e178a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ ifeq ($(findstring x86,$(ARCH)),x86)
152152
ifeq ($(findstring x86-32,$(ARCH)),x86-32)
153153
arch = i386
154154
bits = 32
155-
sse = yes
155+
sse = no
156156
mmx = yes
157157
else
158158
arch = x86_64

0 commit comments

Comments
 (0)