diff options
author | MITSUNARI Shigeo <[email protected]> | 2017-08-08 07:13:35 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2017-08-08 07:13:35 +0900 |
commit | 8322dc2292e2c9026f752454b44895c525866f32 (patch) | |
tree | 33f8d415fda75beba2df6fb6e1cc986bf480d4e7 /test/make_nm.cpp | |
parent | bd4a6fdad169af4aeed9d6fc2c09c1fa4fa8eafc (diff) | |
download | xbyak-8322dc2292e2c9026f752454b44895c525866f32.tar.gz xbyak-8322dc2292e2c9026f752454b44895c525866f32.zip |
support prefetchw
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 829b3e5..f47c418 100644 --- a/test/make_nm.cpp +++ b/test/make_nm.cpp @@ -612,6 +612,7 @@ class Test { put("prefetcht2", MEM); put("prefetchnta", MEM); put("prefetchwt1", MEM); + put("prefetchw", MEM); // SSE2 misc put("maskmovdqu", XMM, XMM); |