[clang] [ARM] arm_acle.h add Coprocessor Instrinsics (PR #75440)

David Green via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 22 05:40:52 PST 2023


davemgreen wrote:

Thanks for doing this.
I think that __ARM_FEATURE_COPROC should be a bitfield, as defined in https://arm-software.github.io/acle/main/acle.html#coprocessor-intrinsics. That would remove the need for the other macros.

https://github.com/llvm/llvm-project/pull/75440


More information about the cfe-commits mailing list