[PATCH] D158066: [PowerPC] Fix use of FPSCR builtins in smmintrin.h
Qiu Chaofan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 16 19:27:46 PDT 2023
qiucf added subscribers: quinnp, amyk.
qiucf added a comment.
CC @amyk @quinnp Any comments about the naming?
I see some `__builtin_ppc_xxx` are aliased into `__builtin_xxx` by `defineXLCompatMacros`. But these are not XL-compatible builtins, and the macros do not always work.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158066/new/
https://reviews.llvm.org/D158066
More information about the cfe-commits
mailing list