[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Document the ieee754-h module better
From: |
Bruno Haible |
Subject: |
Document the ieee754-h module better |
Date: |
Fri, 27 Dec 2024 10:57:55 +0100 |
The ieee754-h module was listed under "Undocumented modules".
This patch fixes it.
2024-12-27 Bruno Haible <bruno@clisp.org>
Document the ieee754-h module better.
* doc/glibc-headers/ieee754.texi: Mention the module ieee754-h. Give an
example of a platform without IEEE floating-point numbers.
diff --git a/doc/glibc-headers/ieee754.texi b/doc/glibc-headers/ieee754.texi
index 4bc0869a89..35ef4f930c 100644
--- a/doc/glibc-headers/ieee754.texi
+++ b/doc/glibc-headers/ieee754.texi
@@ -4,7 +4,8 @@
Defines the types @code{union ieee754_float}, @code{union ieee754_double},
@code{union ieee854_long_double}.
-Gnulib module: ---
+Gnulib module: ieee754-h
+@mindex ieee754-h
Portability problems fixed by Gnulib:
@itemize
@@ -21,5 +22,5 @@
@item
The substitute for this header file returns nonsense on (now-quite-rare)
-platforms that do not use IEEE floating point.
+platforms that do not use IEEE floating point, such as Linux/m68k.
@end itemize
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Document the ieee754-h module better,
Bruno Haible <=