From e3509e7f116dafc913f1053dbd01e7401c83d61c Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Mon, 7 Sep 2009 10:50:40 -0500 Subject: [PATCH] tighten up math.floats.env docs --- basis/math/floats/env/env-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/math/floats/env/env-docs.factor b/basis/math/floats/env/env-docs.factor index 979b816715..af731ee2b3 100644 --- a/basis/math/floats/env/env-docs.factor +++ b/basis/math/floats/env/env-docs.factor @@ -122,6 +122,6 @@ $nl { $subsection denormal-mode } { $subsection with-denormal-mode } { $notes -"On x86, the above words only modify the SSE unit's state (in particular, the MXCSR register); the x87 unit is ignored by Factor and unaffected by " { $snippet "math.float.env" } ". On PowerPC, the above words only modify the scalar FPU's state (in FPSCR); the AltiVec state is currently not exposed." } ; +"On x86, the above words only modify the SSE unit's state (in particular, the MXCSR register); the x87 unit is unaffected. On PowerPC, the above words only modify the scalar FPU's state (in FPSCR); the AltiVec unit is unaffected." } ; ABOUT: "math.floats.env"