CARB_AARCH64
Defined in carb/Defines.h
- 
CARB_AARCH64
- A macro defined as - 1if compilation is targeting the AArch64 platform;- 0otherwise. May not be overridden on the command line or by defining before including this file. Set to- 1if- __aarch64__is defined,- 0if- __x86_64__or- _M_X64are defined, and left undefined otherwise.