| Issue |
64779
|
| Summary |
-Wunused-function diagnostic firing for amxcomplexintrin.h
|
| Labels |
|
| Assignees |
|
| Reporter |
ZacharyHenkel
|
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.
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs