Author: Luo, Yuanke
Date: 2022-11-24T10:33:44+08:00
New Revision: 55fceef61e0d244f2bbfc01c41eab43a77437aec

URL: 
https://github.com/llvm/llvm-project/commit/55fceef61e0d244f2bbfc01c41eab43a77437aec
DIFF: 
https://github.com/llvm/llvm-project/commit/55fceef61e0d244f2bbfc01c41eab43a77437aec.diff

LOG: [X86][AMX] Fix typo of the headerfile.

Differential Revision: https://reviews.llvm.org/D138547

Added: 
    

Modified: 
    clang/lib/Headers/amxfp16intrin.h

Removed: 
    


################################################################################
diff  --git a/clang/lib/Headers/amxfp16intrin.h 
b/clang/lib/Headers/amxfp16intrin.h
index 84859a1ec1a39..ed798245d41ef 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 <x86intrin.h>
+/// \headerfile <immintrin.h>
 ///
 /// \code
 /// void _tile_dpfp16ps (__tile dst, __tile a, __tile b)


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to