]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Formerly m68k/fpu/__math.h.~10~
authorRoland McGrath <roland@gnu.org>
Fri, 1 May 1992 18:36:49 +0000 (18:36 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 1 May 1992 18:36:49 +0000 (18:36 +0000)
sysdeps/m68k/fpu/__math.h

index 0fd80cea36f1b8b461d3ac06d2335716776528db..8f2ded1ba04c87b15c743e13b836f37e411f5116 100644 (file)
@@ -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)
 {