Add checks for `i8mm` in unit tests
We're running into some issues with unit tests that assume i8mm
failing on machines with CPUs that don't support i8mm
.
This change adds checks similar to what is done for sme
and sme2
.
- /test/common/cpu_info.hpp
- /test/common/cpu_info.cpp
- /test/common/test_suite.hpp
- /test/tests/matmul_clamp_f32_qai8dxp_qsi4c32p_test.cpp
- /test/tests/matmul_clamp_f32_qai8dxp_qsi4cxp_test.cpp
- /test/tests/matmul_clamp_f32_qsi8d32p_qsi4c32p_test.cpp