summaryrefslogblamecommitdiff
path: root/src/math/i386/scalbnf.s
blob: 40232b6adbdc853b40e0f396b72158a77cb9b655 (plain) (tree)



















                        
.global ldexpf
.type ldexpf,@function
ldexpf:
	nop

.global scalblnf
.type scalblnf,@function
scalblnf:
	nop

.global scalbnf
.type scalbnf,@function
scalbnf:
	fildl 8(%esp)
	flds 4(%esp)
	fscale
	fstp %st(1)
	fstps 4(%esp)
	flds 4(%esp)
	ret