From 187451294f02c2b6424c9679a12c901e336a4180 Mon Sep 17 00:00:00 2001 From: Joona Kiiski Date: Fri, 21 May 2010 08:31:27 +0300 Subject: [PATCH] Documentation fix Signed-off-by: Marco Costalba --- src/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types.h b/src/types.h index 1f1eb067..45afb3a7 100644 --- a/src/types.h +++ b/src/types.h @@ -62,8 +62,8 @@ typedef uint64_t Bitboard; //// //// -DBIGENDIAN | Should not be used on Windows //// -//// -DUSE_PREFETCH | Use prefetch asm-instruction. Gives a small speed up, -//// | but executable won't work on some very old machines. +//// -DNO_PREFETCH | Disable use of prefetch asm-instruction. A must if you want the +//// | executable to run on some very old machines. //// //// -DUSE_BSFQ | Use bsfq asm-instruction. Works only in 64-bit mode. //// | Works with ICC and GCC, not with MSVC. Gives a small speed up. -- 2.39.2