X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=1e5a16580b188df89614665027b8681453082d51;hp=562192ca6150690e1216257cb668ab1d634939da;hb=85b08ce3adafbb1a70cd371cadb1e136e8879ebf;hpb=a69f1d7c2060dc7b320a7b4801105df00b22a96a diff --git a/src/Makefile b/src/Makefile index 562192ca..1e5a1658 100644 --- a/src/Makefile +++ b/src/Makefile @@ -285,7 +285,7 @@ endif ### 3.9 popcnt ifeq ($(popcnt),yes) - CXXFLAGS += -msse4.2 -DUSE_POPCNT + CXXFLAGS += -msse3 -mpopcnt -DUSE_POPCNT endif ### 3.10 pext