mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-24 02:57:11 +08:00
Merge branch 'master' of free2.projectlocker.com:sf
This commit is contained in:
@@ -292,6 +292,8 @@ int Bioskey()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
/// prefetch() preloads the given address in L1/L2 cache. This is a non
|
/// prefetch() preloads the given address in L1/L2 cache. This is a non
|
||||||
/// blocking function and do not stalls the CPU waiting for data to be
|
/// blocking function and do not stalls the CPU waiting for data to be
|
||||||
/// loaded from RAM, that can be very slow.
|
/// loaded from RAM, that can be very slow.
|
||||||
@@ -313,4 +315,3 @@ void prefetch(char* addr) {
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|||||||
Reference in New Issue
Block a user