aboutsummaryrefslogtreecommitdiffhomepage
path: root/sample
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2023-02-20 09:13:49 +0900
committerMITSUNARI Shigeo <[email protected]>2023-02-20 14:07:43 +0900
commit23b40331a37c96f7b171a738e66e0e8b78da3f95 (patch)
treeea1229fb1636c68fa9326b96325c58e58c3eee67 /sample
parent98a0f19240b0ac18fdbcb2d5bea76a2b7e944fdf (diff)
downloadxbyak-23b40331a37c96f7b171a738e66e0e8b78da3f95.tar.gz
xbyak-23b40331a37c96f7b171a738e66e0e8b78da3f95.zip
add detection of uintr
Diffstat (limited to 'sample')
-rw-r--r--sample/test_util.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sample/test_util.cpp b/sample/test_util.cpp
index 15240f1..4a8dbc7 100644
--- a/sample/test_util.cpp
+++ b/sample/test_util.cpp
@@ -88,6 +88,7 @@ void putCPUinfo(bool onlyCpuidFeature)
{ Cpu::tCLDEMOTE, "cldemote" },
{ Cpu::tMOVDIRI, "movdiri" },
{ Cpu::tMOVDIR64B, "movdir64b" },
+ { Cpu::tUINTR, "uintr" },
{ Cpu::tSERIALIZE, "serialize" },
{ Cpu::tCLZERO, "clzero" },
{ Cpu::tAMX_FP16, "amx_fp16" },