mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 01:21:06 +00:00
6 lines
98 B
C
6 lines
98 B
C
|
long double __fabsl (long double x)
|
||
|
{
|
||
|
return __builtin_fabsl (x);
|
||
|
}
|
||
|
weak_alias (__fabsl, fabsl)
|