typo in documentation of Protect_FPU_rounding

This commit is contained in:
Alexander Kobel 2012-06-07 10:38:16 +00:00
parent 138880f439
commit fc116df1db
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ The related class \ccc{Set_ieee_double_precision} allows to similarly protect
a block of code from excess precision on some machines (x86 typically with
the traditional FPU, not the more recent SSE2). Note that
\ccc{Protect_FPU_rounding_mode}, when changing rounding modes, also sets the precision
to the correct 46 bit precision, hence providing a similar effect to
to the correct 64 bit precision, hence providing a similar effect to
\ccc{Set_ieee_double_precision}. This notably affects the \ccc{Residue} class.
Note for Visual C++ 64-bit users: due to a compiler bug, the stack unwinding