start implementing fp fused-mul-add pipeline
authorJacob Lifshay <programmerjake@gmail.com>
Sat, 2 Jul 2022 02:59:39 +0000 (19:59 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Sat, 2 Jul 2022 02:59:39 +0000 (19:59 -0700)
commitaa614b6468513fff3c47d9afba9a1e61107df738
treeb427481929a8730bc1baa3874ad01098fa622c6c
parentd466f059b09e70766d5b172b7cdba0633bafa102
start implementing fp fused-mul-add pipeline

https://bugs.libre-soc.org/show_bug.cgi?id=877
src/ieee754/fpcommon/fpbase.py
src/ieee754/fpfma/__init__.py [new file with mode: 0644]
src/ieee754/fpfma/main_stage.py [new file with mode: 0644]
src/ieee754/fpfma/norm.py [new file with mode: 0644]
src/ieee754/fpfma/pipeline.py [new file with mode: 0644]
src/ieee754/fpfma/special_cases.py [new file with mode: 0644]
src/ieee754/fpfma/util.py [new file with mode: 0644]