[PATCH] D135930: [X86] Add AVX-NE-CONVERT instructions.
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 13 20:41:51 PDT 2022
LuoYuanke added inline comments.
================
Comment at: clang/lib/Basic/Targets/X86.cpp:781
+ Builder.defineMacro("__AVXNECONVERT__");
+ Builder.defineMacro("__AVXNECONVERT_SUPPORTED__");
if (HasAVXVNNI)
----------------
Do we need it here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135930/new/
https://reviews.llvm.org/D135930
More information about the llvm-commits
mailing list