[PATCH] D157485: [X86][RFC] Support new feature AVX10

Noah Goldstein via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 9 08:22:27 PDT 2023


goldstein.w.n added inline comments.


================
Comment at: clang/lib/Basic/Targets/X86.h:99
+  bool HasAVX10_1 = false;
+  bool HasAVX10_512BIT = false;
   bool HasAVX512CD = false;
----------------
Maybe should be HasAVX10_1_512? As brought up the rfc, there might be an avx10.2-512

Likewise elsewhere, or is this to match GCC?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157485/new/

https://reviews.llvm.org/D157485



More information about the cfe-commits mailing list