From 68a2e4b90738416807b37b27af546265dee427b3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 1 May 1992 18:36:49 +0000 Subject: [PATCH] Formerly m68k/fpu/__math.h.~10~ --- sysdeps/m68k/fpu/__math.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sysdeps/m68k/fpu/__math.h b/sysdeps/m68k/fpu/__math.h index 0fd80ce..8f2ded1 100644 --- a/sysdeps/m68k/fpu/__math.h +++ b/sysdeps/m68k/fpu/__math.h @@ -81,17 +81,6 @@ __m81_u(__drem)(double __x, double __y) } 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) { double __result; -- 2.7.4