diff on div and mul shows corrections stage missed out
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 18 Feb 2019 18:22:50 +0000 (18:22 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 18 Feb 2019 18:22:50 +0000 (18:22 +0000)
src/add/fmul.py

index 73da3e4c1f596367bb5717b11af3cb11622b466e..c5e3f9d253fc2a43382e597e30a786ef4d98fa4f 100644 (file)
@@ -129,6 +129,12 @@ class FPMUL(FPBase):
             with m.State("round"):
                 self.roundz(m, z, of, "corrections")
 
+            # ******
+            # correction stage
+
+            with m.State("corrections"):
+                self.corrections(m, z, "pack")
+
             # ******
             # pack stage
             with m.State("pack"):