mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Formerly alpha/__math.h.~3~
This commit is contained in:
parent
cda6c9cbeb
commit
3e151dccbc
@ -28,7 +28,8 @@ __copysign (double __x, double __y)
|
|||||||
extern __inline double
|
extern __inline double
|
||||||
fabs (double __x)
|
fabs (double __x)
|
||||||
{
|
{
|
||||||
return __copysign (0, __x);
|
__asm ("cpys $f31, %1, %0" : "=f" (__x) : "f" (__x));
|
||||||
|
return __x;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user