projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db2140a
)
diff on div and mul shows corrections stage missed out
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 18 Feb 2019 18:22:50 +0000
(18:22 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 18 Feb 2019 18:22:50 +0000
(18:22 +0000)
src/add/fmul.py
patch
|
blob
|
history
diff --git
a/src/add/fmul.py
b/src/add/fmul.py
index 73da3e4c1f596367bb5717b11af3cb11622b466e..c5e3f9d253fc2a43382e597e30a786ef4d98fa4f 100644
(file)
--- a/
src/add/fmul.py
+++ b/
src/add/fmul.py
@@
-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"):