[PATCH] D140531: [X86] Add reduce_*_ep[i|u]8/16 series intrinsics.
Kan Shengchen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 22 17:18:36 PST 2022
skan added inline comments.
================
Comment at: clang/lib/Headers/avx512vlbwintrin.h:2997
+
+static __inline__ char __DEFAULT_FN_ATTRS128
+_mm_reduce_or_epi8(__m128i __W) {
----------------
Should we update here too?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140531/new/
https://reviews.llvm.org/D140531
More information about the cfe-commits
mailing list