intprops: new macro INT_PROMOTE
[gnulib.git] / doc / posix-headers / fenv.texi
blob7677b3d9aace26f0f71784b605f8d402dd98ecff
1 @node fenv.h
2 @section @file{fenv.h}
4 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/fenv.h.html}
6 Gnulib module: fenv-h
7 @mindex fenv-h
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This header file is missing on some platforms:
13 FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, AIX 5.1, Cygwin 1.7.7, MSVC 9.
14 @end itemize
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 On MSVC, the values of the rounding direction macros have changed:
20 @c https://github.com/MicrosoftDocs/cpp-docs/issues/4796
21 In MSVC 14, @code{FE_UPWARD} is 0x100 and @code{FE_DOWNWARD} is 0x200,
22 whereas in MSVC 14.30, it's the opposite.
23 @end itemize