From 55fceef61e0d244f2bbfc01c41eab43a77437aec Mon Sep 17 00:00:00 2001 From: "Luo, Yuanke" Date: Wed, 23 Nov 2022 16:44:54 +0800 Subject: [PATCH] [X86][AMX] Fix typo of the headerfile. Differential Revision: https://reviews.llvm.org/D138547 --- clang/lib/Headers/amxfp16intrin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/Headers/amxfp16intrin.h b/clang/lib/Headers/amxfp16intrin.h index 84859a1ec1a3..ed798245d41e 100644 --- a/clang/lib/Headers/amxfp16intrin.h +++ b/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 +/// \headerfile /// /// \code /// void _tile_dpfp16ps (__tile dst, __tile a, __tile b)