blob: bfd1f1e73257624c6e8f8749429152e568a6489a [file]
/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the w64 mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER within this package.
*/
.file "scalbnl.S"
.text
.align 4
.globl _scalbnl
.def _scalbnl; .scl 2; .type 32; .endef
_scalbnl:
fildl (%r8)
fldt (%rdx)
fscale
fstp %st(1)
movq %rcx,%rax
fstpt (%rcx)
ret
.globl _scalblnl
.set _scalblnl,_scalbnl