]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/unix/sysv/linux/sparc/bits/long-double.h
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / sparc / bits / long-double.h
CommitLineData
0acb8a2a 1/* Properties of long double type. SPARC version.
bfff8b1b 2 Copyright (C) 2016-2017 Free Software Foundation, Inc.
ca34d7a7
UD
3 This file is part of the GNU C Library.
4
5 The GNU C Library is free software; you can redistribute it and/or
41bdb6e2 6 modify it under the terms of the GNU Lesser General Public
0acb8a2a 7 License published by the Free Software Foundation; either
41bdb6e2 8 version 2.1 of the License, or (at your option) any later version.
ca34d7a7
UD
9
10 The GNU C Library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
41bdb6e2 13 Lesser General Public License for more details.
ca34d7a7 14
41bdb6e2 15 You should have received a copy of the GNU Lesser General Public
59ba27a6
PE
16 License along with the GNU C Library; if not, see
17 <http://www.gnu.org/licenses/>. */
ca34d7a7 18
abfbdde1 19#include <bits/wordsize.h>
0acb8a2a
JM
20
21#if !defined __NO_LONG_DOUBLE_MATH && __WORDSIZE == 32
22# define __LONG_DOUBLE_MATH_OPTIONAL 1
23# ifndef __LONG_DOUBLE_128__
24# define __NO_LONG_DOUBLE_MATH 1
25# endif
26#endif