small optimisation, move subtraction of -126 from exponent into FPNumBase module...
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 3 Mar 2019 10:12:04 +0000 (10:12 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 3 Mar 2019 10:12:04 +0000 (10:12 +0000)
commit17b7ad3644de8b7f25af107b5de362fdcef373f7
tree8b71ac53d9f5305a18c85eb284d429efe9c2e24b
parent430d629639b88792caf81d987ae8eb1f1b1d8fa0
small optimisation, move subtraction of -126 from exponent into FPNumBase module, use it there and in normalisation
src/add/fpbase.py
src/add/nmigen_add_experiment.py