allow scope to be None in SimdShape, it becomes an empty
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 30 Oct 2021 13:13:44 +0000 (14:13 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 30 Oct 2021 13:13:44 +0000 (14:13 +0100)
commit1c546d9b810dd77befb665e7f3800a44f96eea01
tree258bf7078df69af224d7dc40057853c2a9d98b5d
parent985e52b0cd2764734f5b3781a1236af45086d61d
allow scope to be None in SimdShape, it becomes an empty
storage shell for parameters until a scope is given,
at which point a new SindShape is created and the PartitionPoints
can all be set up.
src/ieee754/part/partsig.py
src/ieee754/part/simd_scope.py