From: Roland McGrath Date: Fri, 1 May 1992 18:36:49 +0000 (+0000) Subject: Formerly m68k/fpu/__math.h.~10~ X-Git-Tag: glibc-2.16-ports-before-merge~4364 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68a2e4b90738416807b37b27af546265dee427b3;p=thirdparty%2Fglibc.git Formerly m68k/fpu/__math.h.~10~ --- diff --git a/sysdeps/m68k/fpu/__math.h b/sysdeps/m68k/fpu/__math.h index 0fd80cea36f..8f2ded1ba04 100644 --- a/sysdeps/m68k/fpu/__math.h +++ b/sysdeps/m68k/fpu/__math.h @@ -80,17 +80,6 @@ __m81_u(__drem)(double __x, double __y) return __result; } -extern __inline __const double -__m81_u(__scalb)(double __x, int __n) -{ - double __result; - if (__x == 0.0) - __result = __x; - else - __asm("fscale%.l %1, %0" : "=f" (__result) : "g" (__n), "0" (__x)); - return __result; -} - extern __inline __const double __m81_u(ldexp)(double __x, int __e) {