mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-03 08:41:02 +08:00
10 lines
166 B
NASM
10 lines
166 B
NASM
|
bits 64
|
||
|
vcomisd xmm0,xmm31
|
||
|
vcomisd xmm0,xmm1
|
||
|
{vex2} vcomisd xmm0,xmm1
|
||
|
{vex3} vcomisd xmm0,xmm1
|
||
|
{evex} vcomisd xmm0,xmm1
|
||
|
%ifdef ERROR
|
||
|
{vex3} add eax,edx
|
||
|
%endif
|