math: Fix isnanf128 static build (BZ 31774)
commit5d4999e519ec77e75bef920e2540e8605015680a
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 21 May 2024 16:52:54 +0000 (21 13:52 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 21 May 2024 19:53:27 +0000 (21 16:53 -0300)
treece3cc6742ea857ad93d112ab2332fe96bdcbe761
parentce6cdb94d0769e99d0779b6283f543d333553461
math: Fix isnanf128 static build (BZ 31774)

Some static implementation of float128 routines might call __isnanf128,
which is not provided by the static object.

Checked on x86_64-linux-gnu.
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
sysdeps/ieee754/float128/s_isnanf128.c