[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)
committerAurelien Jarno <aurel32@debian.org>
Sat, 1 Jun 2024 21:16:35 +0000 (23:16 +0200)
commitd83e300bade0aff9c299f9ec80af15ded3f7780a
tree93a496705ef3f2d3ae2c455264cded6b8621b8c1
parenta86c38be8883a3dd54d24e17c2a31b9ea7ec02b1
[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