X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile;h=92072cc1b07eb4b93ebec9bd1734043b8de72488;hb=5cbcff55cc3a2ff78dd83e7a3f94c5414946f82c;hp=1e5a16580b188df89614665027b8681453082d51;hpb=85b08ce3adafbb1a70cd371cadb1e136e8879ebf;p=stockfish diff --git a/src/Makefile b/src/Makefile index 1e5a1658..92072cc1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -285,7 +285,11 @@ endif ### 3.9 popcnt ifeq ($(popcnt),yes) - CXXFLAGS += -msse3 -mpopcnt -DUSE_POPCNT + ifeq ($(comp),icc) + CXXFLAGS += -msse3 -DUSE_POPCNT + else + CXXFLAGS += -msse3 -mpopcnt -DUSE_POPCNT + endif endif ### 3.10 pext