[PATCH] D116160: [AArch64] ACLE feature macro for Armv8.8-A MOPS

Kyrill Tkachov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 22 05:16:21 PST 2021


ktkachov added a comment.

I think the most important use of the __ARM_FEATURE_MOPS is to check whether it's safe to use the new intrinsics, so it should only be defined by the compiler once it supports the intrinsics proposed in https://github.com/ARM-software/acle/pull/38/files


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116160/new/

https://reviews.llvm.org/D116160



More information about the llvm-commits mailing list