diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-05-11 16:02:49 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-05-11 16:02:49 +0900 |
commit | 3a6cc626e81f62ed6132b5da7e68f128d7f2018a (patch) | |
tree | 0dd43090e13a134b4c44bc7c65110325ea7f30fb /test/make_nm.cpp | |
parent | 38c40c02e623638489775763f2af4ee6a5d50fe5 (diff) | |
download | xbyak-3a6cc626e81f62ed6132b5da7e68f128d7f2018a.tar.gz xbyak-3a6cc626e81f62ed6132b5da7e68f128d7f2018a.zip |
add clwb
Diffstat (limited to 'test/make_nm.cpp')
-rw-r--r-- | test/make_nm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/make_nm.cpp b/test/make_nm.cpp index e1cf112..5cfd441 100644 --- a/test/make_nm.cpp +++ b/test/make_nm.cpp @@ -637,6 +637,7 @@ class Test { "fstsw", "fnstsw", "fxrstor", + "clwb", }; for (size_t i = 0; i < NUM_OF_ARRAY(memTbl); i++) { put(memTbl[i], MEM); |