projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d702f10
)
allow alias SimdSignal<-PartitionedSignal to allow tracking back through
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 8 Nov 2021 11:25:28 +0000
(11:25 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 8 Nov 2021 11:25:28 +0000
(11:25 +0000)
git revision history
src/ieee754/part/partsig.py
patch
|
blob
|
history
diff --git
a/src/ieee754/part/partsig.py
b/src/ieee754/part/partsig.py
index c413b5290ab53c1f35d66e56410d0641d3788d1a..2c5153ed5d33f71fb516b14be4fc872dab555f79 100644
(file)
--- a/
src/ieee754/part/partsig.py
+++ b/
src/ieee754/part/partsig.py
@@
-721,3
+721,7
@@
class SimdSignal(UserValue):
# TODO, http://bugs.libre-riscv.org/show_bug.cgi?id=713
def shape(self):
return self.sig.shape()
+
+
+# temporary to allow tracking back through git revision history
+PartitionedSignal = SimdSignal