"Create" ldexpf for non-i386 architectures.

Submitted by:	Steve Kargl <sgk@troutmask.apl.washington.edu>
This commit is contained in:
David E. O'Brien 2005-12-06 20:12:38 +00:00
parent 50c9fad9ce
commit 9b39b7cba6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153178

View file

@ -42,3 +42,5 @@ __ieee754_scalbf(float x, float fn)
return scalbnf(x,(int)fn);
#endif
}
__weak_reference(scalbf, ldexpf);