diff options
author | MITSUNARI Shigeo <[email protected]> | 2017-01-26 06:38:59 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2017-01-26 06:45:22 +0900 |
commit | b7ae2f8e82e59ade941bdb4685e9b07a569a33ea (patch) | |
tree | e9d358c6b95fcc6182ead251c8fb3137589d4073 /sample/test_util.cpp | |
parent | 1a9d92842fd75b55532ecfbc3d8923b63769ff8d (diff) | |
download | xbyak-b7ae2f8e82e59ade941bdb4685e9b07a569a33ea.tar.gz xbyak-b7ae2f8e82e59ade941bdb4685e9b07a569a33ea.zip |
support prefetchwt1v5.41
Diffstat (limited to 'sample/test_util.cpp')
-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 86cdad9..9aca9f7 100644 --- a/sample/test_util.cpp +++ b/sample/test_util.cpp @@ -53,6 +53,7 @@ void putCPUinfo() { Cpu::tSMAP, "smap" }, { Cpu::tHLE, "hle" }, { Cpu::tRTM, "rtm" }, + { Cpu::tPREFETCHWT1, "prefetchwt1" }, { Cpu::tF16C, "f16c" }, { Cpu::tMOVBE, "movbe" }, { Cpu::tAVX512F, "avx512f" }, |