]> git.ipfire.org Git - thirdparty/glibc.git/commit
math: Handle fabsf128 intra PLT for !__USE_EXTERN_INLINES
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 2 Aug 2022 18:42:14 +0000 (15:42 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 9 Apr 2025 16:36:13 +0000 (13:36 -0300)
commit7275d0fe5b253aebc6c49682347e150cb5ac6870
tree317514c678dc1d6a1e9ae931d603fe7ee89d7c38
parent3fff436ecf8271c67040095171bf83f09c9f3784
math: Handle fabsf128 intra PLT for !__USE_EXTERN_INLINES

If compiler does not support __USE_EXTERN_INLINES we need to route
fabsf128 call to an internal symbol.
include/math.h
sysdeps/ieee754/float128/s_fabsf128.c