Skip to content

Commit

Permalink
Drop sse from target "x86-32"
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ppigazzini authored and vondele committed Feb 5, 2022
1 parent 50200de commit e178a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -152,7 +152,7 @@ ifeq ($(findstring x86,$(ARCH)),x86)
ifeq ($(findstring x86-32,$(ARCH)),x86-32)
arch = i386
bits = 32
sse = yes
sse = no
mmx = yes
else
arch = x86_64
Expand Down

0 comments on commit e178a09

Please sign in to comment.