[PATCH] D117791: [X86] Remove __builtin_ia32_pabs intrinsics and use generic __builtin_elementwise_abs
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 20 17:09:47 PST 2022
craig.topper added inline comments.
================
Comment at: clang/lib/Headers/avx512fintrin.h:31
+ * appear in the interface though. */
+typedef signed char __v64qs __attribute__((__vector_size__(64)));
+
----------------
pengfei wrote:
> Do we need to declare explicit `signed`?
The signedness of char is platform specific.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117791/new/
https://reviews.llvm.org/D117791
More information about the cfe-commits
mailing list