X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2FMakefile;h=d3f3a94f328a90704b07534b1b3de3b577de14bb;hp=b383f93afc9e7c5f42f8a10b48019bb5571a790d;hb=09884756d85b16cfb863d00253b12f08b6b7e515;hpb=32590884df7c258158bc43da5307865680972721 diff --git a/src/Makefile b/src/Makefile index b383f93a..d3f3a94f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -52,7 +52,7 @@ OBJS = application.o bitboard.o pawns.o material.o endgame.o evaluate.o main.o \ # os = (name) --- --- Target operating system # bits = 64/32 --- -DIS_64BIT --- 64-/32-bit operating system # bigendian = no/yes --- -DBIGENDIAN --- big/little-endian byte order -# prefetch = no/yes --- -DPREFETCH --- Use prefetch x86 asm-instruction +# prefetch = no/yes --- -DUSE_PREFETCH --- Use prefetch x86 asm-instruction # bsfq = no/yes --- -DUSE_BSFQ --- Use bsfq x86_64 asm-instruction # --- (Works only with GCC and ICC 64-bit) # popcnt = no/yes --- -DUSE_POPCNT --- Use popcnt x86_64 asm-instruction