whitespace
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 11 Sep 2019 14:43:23 +0000 (15:43 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 11 Sep 2019 14:43:23 +0000 (15:43 +0100)
zfpacc_proposal.mdwn

index 284a42db22a700239c31385ed0555b86704ed79f..f7e4fa559ed40fe57de6bf8149098d94b9f546ff 100644 (file)
@@ -7,10 +7,11 @@ TODO: complete writeup
 
 Zfpacc: a proposal to allow implementations to dynamically set the
 bit-accuracy of floating-point results, trading speed (reduced latency)
-*at runtime* for accuracy (higher latency).  IEE754 format is preserved
-(instruction requirements unmodified): only ULP (Unit in Last Place)
-of the instruction result is permitted to meet alternative accuracy
-requirements.
+*at runtime* for accuracy (higher latency).  IEEE754 format is preserved:
+instruction operand and result format requirements are unmodified by
+this proposal.  Only ULP (Unit in Last Place) of the instruction *result*
+is permitted to meet alternative accuracy requirements, whilst still
+retaining the instruction's requested format.
 
 # Extension of FCSR