[sample] show AMX_FP16/AVX_VNNI_INT8/AVX_NE_CONVERT
diff --git a/sample/test_util.cpp b/sample/test_util.cpp
index 2488ce1..ef53723 100644
--- a/sample/test_util.cpp
+++ b/sample/test_util.cpp
@@ -89,6 +89,9 @@
 		{ Cpu::tMOVDIRI, "movdiri" },
 		{ Cpu::tMOVDIR64B, "movdir64b" },
 		{ Cpu::tCLZERO, "clzero" },
+		{ Cpu::tAMX_FP16, "amx_fp16" },
+		{ Cpu::tAVX_VNNI_INT8, "avx_vnni_int8" },
+		{ Cpu::tAVX_NE_CONVERT, "avx_ne_convert" },
 	};
 	for (size_t i = 0; i < NUM_OF_ARRAY(tbl); i++) {
 		if (cpu.has(tbl[i].type)) printf(" %s", tbl[i].str);