aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_by_xed.cpp
diff options
context:
space:
mode:
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 ddac779..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(VexEncoding, EvexEncoding);
+ setDefaultEncodingAVX10(AVX10v2Encoding);
#include "tmp.cpp"
}
};