From f6c1eb10e2b1f61210484958b181df20c6b0cad2 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Mon, 11 Jul 2016 18:53:44 +0200 Subject: x86-asm: Implement fxrstorq and fxsaveq --- tests/asmtest.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/asmtest.S b/tests/asmtest.S index 7f2e4ca..aed99ed 100644 --- a/tests/asmtest.S +++ b/tests/asmtest.S @@ -614,6 +614,8 @@ int $0x10 mfence sfence clflush 0x1000(%rax,%rcx) + fxsaveq (%rdx) + fxrstorq (%rcx) #endif emms -- cgit v1.3.1