]> gitweb.factorcode.org Git - factor.git/commitdiff
tighten up math.floats.env docs
authorJoe Groff <arcata@gmail.com>
Mon, 7 Sep 2009 15:50:40 +0000 (10:50 -0500)
committerJoe Groff <arcata@gmail.com>
Mon, 7 Sep 2009 15:50:40 +0000 (10:50 -0500)
basis/math/floats/env/env-docs.factor

index 979b816715716f372a74b3aa856dcf23051c3707..af731ee2b391153d377e52b4c8bc40cc1058b875 100644 (file)
@@ -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"