mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 01:56:58 +08:00
Document how to enable PEXT with MSVC
When not using Makefile, e.g. with MSVC, if hardware supports BMI2 instructions, then USE_PEXT should be added in project configuration to enable pext support. No functional change.
This commit is contained in:
@@ -33,6 +33,9 @@
|
|||||||
///
|
///
|
||||||
/// -DUSE_POPCNT | Add runtime support for use of popcnt asm-instruction. Works
|
/// -DUSE_POPCNT | Add runtime support for use of popcnt asm-instruction. Works
|
||||||
/// | only in 64-bit mode and requires hardware with popcnt support.
|
/// | only in 64-bit mode and requires hardware with popcnt support.
|
||||||
|
///
|
||||||
|
/// -DUSE_PEXT | Add runtime support for use of pext asm-instruction. Works
|
||||||
|
/// | only in 64-bit mode and requires hardware with pext support.
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <cctype>
|
#include <cctype>
|
||||||
|
|||||||
Reference in New Issue
Block a user