-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Closed
Labels
backend:X86clang:headersHeaders provided by Clang, e.g. for intrinsicsHeaders provided by Clang, e.g. for intrinsicscode-quality
Description
Best guess is that these two functions should be static __inline__ to match the other functions in the same file.
<path>\lib\clang\17\include\amxcomplexintrin.h(139,13) : error: unused function '__tile_cmmimfp16ps' [-Werror,-Wunused-function]
139 | static void __tile_cmmimfp16ps(__tile1024i *dst, __tile1024i src0,
| ^~~~~~~~~~~~~~~~~~
<path>\lib\clang\17\include\amxcomplexintrin.h(162,13) : error: unused function '__tile_cmmrlfp16ps' [-Werror,-Wunused-function]
162 | static void __tile_cmmrlfp16ps(__tile1024i *dst, __tile1024i src0,
| ^~~~~~~~~~~~~~~~~~
2 errors generated.
Metadata
Metadata
Assignees
Labels
backend:X86clang:headersHeaders provided by Clang, e.g. for intrinsicsHeaders provided by Clang, e.g. for intrinsicscode-quality