-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Labels
Description
When specifying Win32 as a platform, and building with MSVC, the build fails with the following compile errors :
C:\Users\avertleyb\git\arrow\cpp\src\arrow/util/bit_util.h(70,59): error C3861: '__popcnt64': identifier not found [C:\Users\avertleyb\git\arrow\cpp\build32\src\arrow\arrow_shared.vcxproj]
C:\Users\avertleyb\git\arrow\cpp\src\arrow/util/bit_util.h(204,7): error C3861: '_BitScanReverse64': identifier not found [C:\Users\avertleyb\git\arrow\cpp\build32\src\arrow\arrow_shared.vcxproj]
C:\Users\avertleyb\git\arrow\cpp\src\arrow/util/bit_util.h(250,7): error C3861: '_BitScanForward64': identifier not found [C:\Users\avertleyb\git\arrow\cpp\build32\src\arrow\arrow_shared.vcxproj]
Environment: Win32, MSVC
Reporter: Arkadiy Vertleyb
PRs and other links:
Note: This issue was originally created as ARROW-16778. Please see the migration documentation for further details.