https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71233
SRINATH PARVATHANENI <sripar01 at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sripar01 at gcc dot gnu.org --- Comment #28 from SRINATH PARVATHANENI <sripar01 at gcc dot gnu.org> --- (In reply to Christophe Lyon from comment #24) > Created attachment 49169 [details] > a32/a64 intrinsics not supported by the aarch64 target The __crc* intrinsic are already supported (but defined in arm_acle.h instead). arm_acle.h:__crc32b (uint32_t __a, uint8_t __b) arm_acle.h:__crc32cb (uint32_t __a, uint8_t __b) arm_acle.h:__crc32cd (uint32_t __a, uint64_t __b) arm_acle.h:__crc32ch (uint32_t __a, uint16_t __b) arm_acle.h:__crc32cw (uint32_t __a, uint32_t __b) arm_acle.h:__crc32d (uint32_t __a, uint64_t __b) arm_acle.h:__crc32h (uint32_t __a, uint16_t __b) arm_acle.h:__crc32w (uint32_t __a, uint32_t __b)