projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a88acb9
)
comment; remove unneeded code
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 1 Aug 2019 01:25:37 +0000
(
02:25
+0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 1 Aug 2019 01:25:37 +0000
(
02:25
+0100)
src/ieee754/fcvt/pipeline.py
patch
|
blob
|
history
diff --git
a/src/ieee754/fcvt/pipeline.py
b/src/ieee754/fcvt/pipeline.py
index a7b01f707c47578f4efe8c08ed94fd83160bf11c..2cc0b08733237871fe3e4de6e195249193818115 100644
(file)
--- a/
src/ieee754/fcvt/pipeline.py
+++ b/
src/ieee754/fcvt/pipeline.py
@@
-49,9
+49,10
@@
class FPCVTConvertDeNorm(DynamicPipe):
sc = modkls(in_pspec, out_pspec)
in_pspec.stage = sc
super().__init__(in_pspec)
- self.out = self.ospec(None)
+# this one is slightly weird-looking because of course the INT output
+# is, duh, an INT, so of course does not get "FP normalised".
class FPCVTFtoIntBasePipe(ControlBase):
def __init__(self, modkls, e_extra, in_pspec, out_pspec):
ControlBase.__init__(self)