diff options
| author | Michael Matz <matz@suse.de> | 2016-07-11 18:53:44 +0200 |
|---|---|---|
| committer | Michael Matz <matz@suse.de> | 2016-12-15 17:47:08 +0100 |
| commit | f6c1eb10e2b1f61210484958b181df20c6b0cad2 (patch) | |
| tree | 3b55bde30fbb2c444d359351ae57b73a7c961034 /tests | |
| parent | 2b618c1ab4b9a4b8bd9c362cff070fa40cd03353 (diff) | |
| download | tinycc-f6c1eb10e2b1f61210484958b181df20c6b0cad2.tar.gz tinycc-f6c1eb10e2b1f61210484958b181df20c6b0cad2.tar.bz2 | |
x86-asm: Implement fxrstorq and fxsaveq
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/asmtest.S | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
