[PATCH v3 4/7] math: Fix isnanf128 static build
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 2 Apr 2024 14:06:41 +0000 (11:06 -0300)
committerSamuel Thibault <sthibault@debian.org>
Mon, 10 Jun 2024 20:25:19 +0000 (22:25 +0200)
commit284c0c372c50c037718d7466f5c05761c06e519d
tree463ade74d0f6d5f52476463d2ddf4d35e2a2768c
parent08c95aeaef4889d88c4fa4ab4f4eb2af94f18b8d
[PATCH v3 4/7] math: Fix isnanf128 static build

Message-Id: <20240402140644.2172819-5-adhemerval.zanella@linaro.org>

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

Checked on x86_64-linux-gnu.

Gbp-Pq: Topic any
Gbp-Pq: Name submitted-static-isnanf128.diff
sysdeps/ieee754/float128/float128_private.h
sysdeps/ieee754/float128/s_isnanf128.c