From: Roland McGrath Date: Wed, 25 Nov 1992 19:11:17 +0000 (+0000) Subject: Formerly alpha/__math.h.~3~ X-Git-Tag: glibc-2.16-ports-merge^2~4315 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e151dccbc3b268c93003f440848704fa3043393;p=platform%2Fupstream%2Fglibc.git Formerly alpha/__math.h.~3~ --- diff --git a/sysdeps/alpha/__math.h b/sysdeps/alpha/__math.h index 70a2cbe..5461fca 100644 --- a/sysdeps/alpha/__math.h +++ b/sysdeps/alpha/__math.h @@ -28,7 +28,8 @@ __copysign (double __x, double __y) extern __inline double fabs (double __x) { - return __copysign (0, __x); + __asm ("cpys $f31, %1, %0" : "=f" (__x) : "f" (__x)); + return __x; } #endif