[PATCH] D135930: [X86] Add AVX-NE-CONVERT instructions.

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 13 21:37:30 PDT 2022


craig.topper added inline comments.


================
Comment at: clang/lib/Headers/immintrin.h:257
 
+/* FIXME: Change these When _Float16 type is supported */
+#if defined(__AVXNECONVERT__) && defined(__AVX512FP16__)
----------------
Is this FIXME still relevant? Don't we support _Float16 with SSE2 now?


================
Comment at: llvm/include/llvm/Support/X86TargetParser.def:204
 X86_FEATURE       (AVX512FP16,      "avx512fp16")
+X86_FEATURE       (AVXNECONVERT,      "avxneconvert")
 X86_FEATURE       (AVXVNNI,         "avxvnni")
----------------
Extra space before "avxneconvert"


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135930



More information about the cfe-commits mailing list