[libc-commits] [PATCH] D137868: [libc] Fix builtin definition for memory functions
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Nov 11 15:43:23 PST 2022
lntue added inline comments.
================
Comment at: libc/src/string/memory_utils/op_x86.h:35
#endif // __SSE2__
+#ifndef __AVX2__
+#define _mm256_movemask_epi8(A) 0
----------------
Can you move `__AVX2__` switch to between `__AVX512__` and `__SSE2__`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137868/new/
https://reviews.llvm.org/D137868
More information about the libc-commits
mailing list