diff options
author | MITSUNARI Shigeo <[email protected]> | 2023-02-20 09:10:10 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2023-02-20 14:07:43 +0900 |
commit | 0afd71a27007a076247baf0ba6ca29018cdcd799 (patch) | |
tree | 372d2e4bdd3d1c847d211b5a2295120ae34ad26a /sample | |
parent | 363bbaa57d4640be4dfa1d1541f557dd235dbe93 (diff) | |
download | xbyak-0afd71a27007a076247baf0ba6ca29018cdcd799.tar.gz xbyak-0afd71a27007a076247baf0ba6ca29018cdcd799.zip |
add detection of SERIALIZE
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 e011783..15240f1 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::tSERIALIZE, "serialize" }, { Cpu::tCLZERO, "clzero" }, { Cpu::tAMX_FP16, "amx_fp16" }, { Cpu::tAVX_VNNI_INT8, "avx_vnni_int8" }, |