mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Formerly m68k/fpu/__math.h.~10~
This commit is contained in:
parent
fbe5d07fad
commit
68a2e4b907
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user