diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/asmtest.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/asmtest.S b/tests/asmtest.S index dbc6c15..c19db06 100644 --- a/tests/asmtest.S +++ b/tests/asmtest.S @@ -535,6 +535,9 @@ cmpxchgw %ax, 0x1000 cmpxchgl %eax, 0x1000 invlpg 0x1000 cmpxchg8b 0x1002 +#ifdef __x86_64__ +cmpxchg16b (%rax) +#endif fcmovb %st(5), %st fcmove %st(5), %st |
