This implements the new value for the __ARM_FEATURE_RCPC feature
macro, which was introduced to the ACLE to indicate the availability of
FEAT_LRCPC3.
More details can be found on:
https://github.com/ARM-software/acle/blob/main/main/acle.md#rcpc
Paths
| Differential D153130
[Clang][AArch64] Implement ACLE feature macro for FEAT_LRCPC3 ClosedPublic Authored by pratlucas on Jun 16 2023, 5:54 AM.
Details Summary This implements the new value for the __ARM_FEATURE_RCPC feature More details can be found on:
Diff Detail
Event TimelineComment Actions LGTM
This revision is now accepted and ready to land.Jun 27 2023, 12:36 PM This revision was landed with ongoing or failed builds.Jul 7 2023, 4:33 AM Closed by commit rGf1d7a55a4e06: [Clang][AArch64] Implement ACLE feature macro for FEAT_LRCPC3 (authored by pratlucas). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 538081 clang/lib/Basic/Targets/AArch64.h
clang/lib/Basic/Targets/AArch64.cpp
clang/test/Preprocessor/aarch64-target-features.c
|
I didn't realise we hadn't implemented RPCP2 here. If we aren't aware of anyone