Why is __ARM_FEATURE_CRC32 not being defined by the compiler?
问题 I've been working on this issue for some time now, and I hope someone can point out my mistake. I guess I can no longer see the forest through the trees. I have a LeMaker HiKey dev board I use for testing. Its AArch64, so its has NEON and the other cpu features like AES, SHA and CRC32: $ cat /proc/cpuinfo Processor : AArch64 Processor rev 3 (aarch64) ... Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 ... When I attempt to compile a program: $ cat test.cxx #if (defined(__ARM_NEON__) ||