Skip to content

Commit

Permalink
[X86][AMX] Fix typo of the headerfile.
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D138547
  • Loading branch information
LuoYuanke committed Nov 24, 2022
1 parent 02a2e18 commit 55fceef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/Headers/amxfp16intrin.h
Expand Up @@ -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)
Expand Down

0 comments on commit 55fceef

Please sign in to comment.