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

Differential Revision: https://reviews.llvm.org/D138547
This commit is contained in:
Luo, Yuanke 2022-11-23 16:44:54 +08:00
parent 02a2e18e60
commit 55fceef61e
1 changed files with 1 additions and 1 deletions

View File

@ -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)