[PATCH] D97259: [X86] Support amx-int8 intrinsic.

LiuChen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 22 23:03:20 PST 2021


LiuChen3 added inline comments.


================
Comment at: clang/include/clang/Basic/BuiltinsX86_64.def:106
 TARGET_BUILTIN(__builtin_ia32_tdpbssd_internal, "V256iUsUsUsV256iV256iV256i", "n", "amx-int8")
+
+TARGET_BUILTIN(__builtin_ia32_tdpbsud_internal, "V256iUsUsUsV256iV256iV256i", "n", "amx-int8")
----------------
Forgot to delete the blank line. I will delete these in next patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97259



More information about the cfe-commits mailing list