[PATCH] D112941: [clang] Add support for the new pointer authentication builtins.

Thorsten via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 5 09:17:01 PDT 2021


tschuett added a comment.

If you look at the `immintrin.h` header, the access too many builtins is guarded by ifdefs.
` #if defined(__SSSE3__)`

The builtin `__builtin_ia32_reduce_smin_d512` is useless on aarch64.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112941



More information about the cfe-commits mailing list