summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/asmjit/test/asmjit_test_opcode.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/asmjit/test/asmjit_test_opcode.h')
-rw-r--r--3rdparty/asmjit/test/asmjit_test_opcode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/3rdparty/asmjit/test/asmjit_test_opcode.h b/3rdparty/asmjit/test/asmjit_test_opcode.h
index e89db426ffd..6f052f526b8 100644
--- a/3rdparty/asmjit/test/asmjit_test_opcode.h
+++ b/3rdparty/asmjit/test/asmjit_test_opcode.h
@@ -91,7 +91,6 @@ static void generateOpcodes(asmjit::x86::Emitter* e, bool useRex1 = false, bool
Zmm zmmA = useRex1 ? zmm8 : zmm0;
Zmm zmmB = useRex2 ? zmm9 : zmm1;
Zmm zmmC = useRex2 ? zmm10 : zmm2;
- Zmm zmmD = useRex2 ? zmm11 : zmm3;
Mem vx_ptr = ptr(gzB, xmmB);
Mem vy_ptr = ptr(gzB, ymmB);