As the other recent patches, this alters the arm_fp16 intrinsics to be target based, not preprocessor based. Apparently arm_fp16.h is AArch64 only under clang, making this mostly trivial with the TargetGuard infrastructure.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Nit: your summary line and commit message don't match :-) One of them says "changed from target to preprocessor" and the other vice versa.
Comment Actions
But otherwise this is a very easy-to-check change compared to the previous ones on the same lines :-) LGTM.