mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
abadbef5c8
All of the isnan functions are in libc.so due to printf_fp, so move __isnanf128 there too for consistency. Reviewed-by: Tulio Magno Quites Machado Filho <tuliom@ascii.art.br> Reviewed-by: Florian Weimer <fweimer@redhat.com>
4 lines
125 B
C
4 lines
125 B
C
/* ABI version for _Float128 ABI introduction. */
|
|
#define FLOAT128_VERSION GLIBC_2.26
|
|
#define FLOAT128_VERSION_M GLIBC_2_26
|