(no commit message)
authorlkcl <lkcl@web>
Wed, 11 Sep 2019 13:32:05 +0000 (14:32 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 11 Sep 2019 13:32:05 +0000 (14:32 +0100)
zfpacc_proposal.mdwn

index 381645595bd977a7588dca3d6fc876a938aa3b3d..4f2aea2fdcceaac4c8b7346a63c6aa3249df2fd1 100644 (file)
@@ -71,17 +71,20 @@ TODO: reduced accuracy
 
 # Dynamic accuracy CSR <a name="dynamic"></a>
 
+FCSR to be modified to include accuracy bits:
+
 | 31....11 | 10..8  | 7..5 | 4....0 |
 | -------- | ------ | ---- | ------ |
 | reserved | facc   | frm  | fflags |
 
-[[!table data="""
-| facc  | mode    | description         | 
+The values for the field facc to include the following:
+
+| facc  | mode    | description         |
+| ----- | ------- | ------------------- |
 | 0b000 | IEEE754 | correctly rounded   | 
 | 0b010 | ULP<1   | Unit Last Place < 1 | 
 | 0b100 | Vulkan  | Vulkan compliant    | 
-| 0b110 | Appx    | Machine Learning    | 
-"""]]
+| 0b110 | Appx    | Machine Learning    |
 
 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: