[PATCH] D138547: [X86][AMX] Fix typo of the headerfile.

LuoYuanke via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 23 00:49:28 PST 2022


LuoYuanke created this revision.
Herald added a project: All.
LuoYuanke requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138547

Files:
  clang/lib/Headers/amxfp16intrin.h


Index: clang/lib/Headers/amxfp16intrin.h
===================================================================
--- clang/lib/Headers/amxfp16intrin.h
+++ clang/lib/Headers/amxfp16intrin.h
@@ -20,7 +20,7 @@
 ///    floating-point elements with elements in \a dst, and store the 32-bit
 ///    result back to tile \a dst.
 ///
-/// \headerfile <x86intrin.h>
+/// \headerfile <immintrin.h>
 ///
 /// \code
 /// void _tile_dpfp16ps (__tile dst, __tile a, __tile b)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138547.477403.patch
Type: text/x-patch
Size: 458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221123/3c9b7e31/attachment.bin>


More information about the cfe-commits mailing list