master
Add _Float64x function aliases.
Rename fromfp files in preparation for changing types for C23
Move __isnanf128 to libc.so
float128: Add wrappers to override ldbl-128 as float128.
Update copyright dates with scripts/update-copyrights
Use ceil functions not __ceil functions in glibc libm.
Change fromfp functions to return floating types following C23 (bug 28327)
Use copysign functions not __copysign functions in glibc libm.
math: Split s_erfF in erff and erfc
Add narrowing add functions.
Add narrowing divide functions.
Add narrowing fma functions
Add narrowing multiply functions.
Add narrowing square root functions
Add narrowing subtract functions.
math: Fix powerpc64le -Os build after 6b70674
Use floor functions not __floor functions in glibc libm.
powerpc64le: Avoid conflicting types for f64xfmaf128 when IFUNC is not used
Don't provide XXXf128_do_not_use aliases [BZ #31757]
Use rint functions not __rint functions in glibc libm.
math: redirect roundeven function
Use round functions not __round functions in glibc libm.
Use libm_alias_float128 more in sysdeps/ieee754/float128.
Use trunc functions not __trunc functions in glibc libm.
Add a generic scalb implementation