reactos/sdk/lib/crt/float/amd64/fpreset.S

12 lines
83 B
ArmAsm

#include <asm.inc>
.code64
FUNC _fpreset
.endprolog
fninit
ENDFUNC
END