Skip to content

-Wunused-function diagnostic firing for amxcomplexintrin.h #64779

@ZacharyHenkel

Description

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions