-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a note to fpectl docs that it's not built by default
(bug #1556261). git-svn-id: http://svn.python.org/projects/python/trunk@52307 6015fed2-1504-0410-9fe1-9d1591cc4771
- Loading branch information
georg.brandl
committed
Oct 12, 2006
1 parent
0dc3cee
commit fedb3f1
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,11 @@ \section{\module{fpectl} --- | |
\sectionauthor{Lee Busby}{[email protected]} | ||
\modulesynopsis{Provide control for floating point exception handling.} | ||
|
||
\note{The \module{fpectl} module is not built by default, and its usage | ||
is discouraged and may be dangerous except in the hand of | ||
experts. See also the section \ref{fpectl-limitations} on | ||
limitations for more details.} | ||
|
||
Most computers carry out floating point operations\index{IEEE-754} | ||
in conformance with the so-called IEEE-754 standard. | ||
On any real computer, | ||
|
@@ -95,7 +100,7 @@ \subsection{Example \label{fpectl-example}} | |
\end{verbatim} | ||
|
||
|
||
\subsection{Limitations and other considerations} | ||
\subsection{Limitations and other considerations \label{fpectl-limitations}} | ||
|
||
Setting up a given processor to trap IEEE-754 floating point | ||
errors currently requires custom code on a per-architecture basis. | ||
|