vma-prot: Add tests.
[gnulib.git] / doc / posix-functions / totalorderf.texi
blob4d14cb9dda95b78f7c68a04b0bbf1f5366f07ef3
1 @node totalorderf
2 @subsection @code{totalorderf}
3 @findex totalorderf
5 ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section F.10.12.1
7 Documentation:@*
8 @itemize
9 @item
10 @ifinfo
11 @ref{FP Comparison Functions,,Floating-Point Comparison Functions,libc}.
12 @end ifinfo
13 @ifnotinfo
14 @url{https://www.gnu.org/software/libc/manual/html_node/FP-Comparison-Functions.html}.
15 @end ifnotinfo
16 @item
17 @url{https://lists.gnu.org/archive/html/bug-gnulib/2023-10/msg00037.html}
18 @end itemize
20 Gnulib module: totalorderf
22 Portability problems fixed by Gnulib:
23 @itemize
24 @item
25 This function is missing on many platforms:
26 glibc 2.24, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.1.8, AIX 7.1, HP-UX 11.31, Solaris 11.4, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
27 @item
28 This function has a different signature on some platforms:
29 glibc 2.30.
30 @end itemize
32 Portability problems not fixed by Gnulib:
33 @itemize
34 @item
35 This function treats signalling NaNs incorrectly on some platforms:
36 @c https://sourceware.org/bugzilla/show_bug.cgi?id=30973
37 glibc 2.35/sh4.
38 @end itemize