<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/64779>64779</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            -Wunused-function diagnostic firing for amxcomplexintrin.h
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          ZacharyHenkel
      </td>
    </tr>
</table>

<pre>
    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.
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJysk81u3CAUhZ_menM1FsbjHxZeTJyM-gaRurEwXNu0GEaA02TTZ68mM2mipO0i6pXlnyufw-EDZIxmdkQdVDdQ3WZyS4sP3VepFhmevpD7TjYbvX7qbigmnDeKEU3EtMiEaaFImH54nDankvEuYlz8ZjWOhFCzmGQyCofBOGscDQPUDJPHVSa1nOXo00Lhjdy453aUK-FkLOXAboEdrveaXa_LZ9mfZFqgvIOqt2aEqldWuhmqvmig6o1TdtMEVS_XR-XXk6VH41IwLl-At0UpgPdFCVwglAekEHw4v2xui6R_h0LgzTAkY2lQ62rW6VTUpwi8QahudvcXGe939xfd7kUH1e0lJxalQGh6vOJ48EbjnxzbS7NgfG8Q-EHHBLzHt90YFAPeX43PplDd_Xxf_4dPzT_BJ9hP8Kn5P_i8On6Kz9v6Oyt-mV7EmRwFmUjn7_ZcprtSi1LIjLqiFpyLiosmWzrRjloUvGVSslE3uprYpCchW11pJUWRmY4zXrK2aIqWFWWTM0ZTUYpaMq6YohL2jFZpbG7tw5r7MGcmxo26et80IrNyJBtfDmjozj_txm2OsGfWxBRfZckkS90H0qiNnJ2PZ7iTCcbNOPmAH1c924LtlpROEcoD8CPw42zSso258ivw43mg62N3Cv4bqQT8-Bw2Aj8-5_0VAAD__0e5YpU">