projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bcaf99
)
remove unneeded comment
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 27 Jan 2020 19:47:16 +0000
(19:47 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 27 Jan 2020 19:47:16 +0000
(19:47 +0000)
src/ieee754/fsgnj/fsgnj.py
patch
|
blob
|
history
diff --git
a/src/ieee754/fsgnj/fsgnj.py
b/src/ieee754/fsgnj/fsgnj.py
index d277e28b532016f53cc838a96f19d1c3d735d423..d9be3472e3d761653dacdc9c701835bb5cd30e1a 100644
(file)
--- a/
src/ieee754/fsgnj/fsgnj.py
+++ b/
src/ieee754/fsgnj/fsgnj.py
@@
-36,8
+36,6
@@
class FSGNJPipeMod(PipeModBase):
width = self.pspec.width
opcode = self.i.ctx.op
z1 = self.o.z
-
- # Decode the input operands into sign, exponent, and mantissa
a = self.i.a
b = self.i.b