]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gnulib/import/isnanl.c
Update gnulib
[thirdparty/binutils-gdb.git] / gnulib / import / isnanl.c
CommitLineData
88b48903 1/* Test for NaN that does not need libm.
dc6c21da 2 Copyright (C) 2007, 2009-2022 Free Software Foundation, Inc.
88b48903 3
dc6c21da
TT
4 This file is free software: you can redistribute it and/or modify
5 it under the terms of the GNU Lesser General Public License as
6 published by the Free Software Foundation; either version 2.1 of the
7 License, or (at your option) any later version.
88b48903 8
dc6c21da 9 This file is distributed in the hope that it will be useful,
88b48903
WN
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dc6c21da 12 GNU Lesser General Public License for more details.
88b48903 13
dc6c21da 14 You should have received a copy of the GNU Lesser General Public License
c0c3707f 15 along with this program. If not, see <https://www.gnu.org/licenses/>. */
88b48903
WN
16
17/* Written by Bruno Haible <bruno@clisp.org>, 2007. */
18
19#define USE_LONG_DOUBLE
20#include "isnan.c"