aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_by_xed.cpp
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2024-10-15 08:51:01 +0900
committerMITSUNARI Shigeo <[email protected]>2024-10-15 09:33:14 +0900
commitae76be35ac33f1fc1b94b866c6d85549969682a7 (patch)
treeeac1055fae07aba8349b9c01988cc91b0f739a48 /test/test_by_xed.cpp
parent0c2f7fc6dbd713b2d690a5859f562746b4dd568d (diff)
downloadxbyak-ae76be35ac33f1fc1b94b866c6d85549969682a7.tar.gz
xbyak-ae76be35ac33f1fc1b94b866c6d85549969682a7.zip
setDefaultEncoding has changed.
Diffstat (limited to 'test/test_by_xed.cpp')
-rw-r--r--test/test_by_xed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_by_xed.cpp b/test/test_by_xed.cpp
index af39296..9be9199 100644
--- a/test/test_by_xed.cpp
+++ b/test/test_by_xed.cpp
@@ -7,7 +7,7 @@ struct Code : Xbyak::CodeGenerator {
Code()
: Xbyak::CodeGenerator(4096*8)
{
- setDefaultEncoding(EvexEncoding, AVX10v2Encoding);
+ setDefaultEncodingAVX10(AVX10v2Encoding);
#include "tmp.cpp"
}
};