FEX/unittests/ASM/X87_F64/D9_ED_F64.asm
2022-04-22 01:36:56 +09:30

18 lines
226 B
NASM

%ifdef CONFIG
{
"RegData": {
"RAX": ["0x3f317218"]
},
"Env": { "FEX_X87REDUCEDPRECISION" : "1" }
}
%endif
mov rcx, 0xe0000000
fldln2
fst dword [rcx] ; Can't compare 64-bit precision with host
mov eax, [rcx]
hlt