diff options
author | MITSUNARI Shigeo <[email protected]> | 2023-02-20 09:13:49 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2023-02-20 14:07:43 +0900 |
commit | 23b40331a37c96f7b171a738e66e0e8b78da3f95 (patch) | |
tree | ea1229fb1636c68fa9326b96325c58e58c3eee67 /sample | |
parent | 98a0f19240b0ac18fdbcb2d5bea76a2b7e944fdf (diff) | |
download | xbyak-23b40331a37c96f7b171a738e66e0e8b78da3f95.tar.gz xbyak-23b40331a37c96f7b171a738e66e0e8b78da3f95.zip |
add detection of uintr
Diffstat (limited to 'sample')
-rw-r--r-- | sample/test_util.cpp | 1 |
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" }, |