Zfpacc: a proposal to allow implementations to dynamically set the bit-accuracy
of results, trading speed (reduced latency) for accuracy (higher latency).
+IEE754 format is preserved: only ULP (Unit in Last Place) is permitted to be non-zero.
# Extension of FCSR
| 0b100 | Vulkan | Vulkan compliant |
| 0b110 | Appx | Machine Learning |
+Note that the format of the operands and result remain the same for all opcodes. The only change is in the *accuracy* of the result, not its format.
+
maybe a solution would be to add an extra field to the fp control csr
to allow selecting one of several accurate or fast modes: