Module Name: src
Committed By: kristerw
Date: Sat Jan 2 05:15:40 UTC 1999
Modified Files:
src/lib/libm/arch/i387: e_scalb.S s_scalbn.S s_scalbnf.S
Log Message:
The scalb* functions left data on the floting point register stack.
Remove it before leaving the function.
The solution is taken from OpenBSD.