split out adder code (PartitionedAdder) into module, PartitionPoints too
[ieee754fpu.git] / src / ieee754 / fpdiv / div0.py
2019-08-25 Luke Kenneth Casso... remove out_do_z, update comments (whitespace)
2019-08-17 Luke Kenneth Casso... rename fp div classes and submodule
2019-07-31 Luke Kenneth Casso... code comments in div0
2019-07-31 Luke Kenneth Casso... rename FPModBase* to PipeModBase*
2019-07-31 Luke Kenneth Casso... move FPModBase and FPModBaseChain to nmutil
2019-07-31 Luke Kenneth Casso... tidyup, use FPModBaseChain and FPModBase
2019-07-30 Luke Kenneth Casso... remove default and swap over DIV/SQRT operations, to...
2019-07-30 Luke Kenneth Casso... add copyright / bugreport notice
2019-07-29 Luke Kenneth Casso... code comments
2019-07-29 Luke Kenneth Casso... tidyup
2019-07-29 Luke Kenneth Casso... tidyup
2019-07-28 Luke Kenneth Casso... get fpdiv/fsqrt/frsqrt up and running
2019-07-24 Luke Kenneth Casso... fix shifting of rsqrt mantissa input
2019-07-24 Luke Kenneth Casso... semi-working after "hack" to reduce LHS of algorithm...
2019-07-24 Luke Kenneth Casso... add fsqrt test
2019-07-23 Luke Kenneth Casso... reduce am0/bm0 by 2 bits in DIV
2019-07-23 Luke Kenneth Casso... hmmm remove extra zeros on DIV mantissas
2019-07-23 Luke Kenneth Casso... hack which happens to get fsqrt preliminarily working
2019-07-23 Luke Kenneth Casso... add fpsqrt experiment
2019-07-23 Luke Kenneth Casso... tidyup
2019-07-23 Luke Kenneth Casso... add magic constants comment
2019-07-23 Luke Kenneth Casso... add some voodoo magic extra bits on the input numbers...
2019-07-22 Luke Kenneth Casso... corrections to mantissa length, FP16/32/64 DIV work...
2019-07-22 Luke Kenneth Casso... more random experimenting
2019-07-22 Luke Kenneth Casso... random modifications got semi-correct output
2019-07-22 Luke Kenneth Casso... experimenting
2019-07-22 Luke Kenneth Casso... put am0 into top bits of dividend
2019-07-22 Luke Kenneth Casso... add missing ispec/ospecs
2019-07-22 Luke Kenneth Casso... remove unneeded code
2019-07-22 Luke Kenneth Casso... fix imports
2019-07-21 Luke Kenneth Casso... match mantissa width up in div config
2019-07-21 Luke Kenneth Casso... add comment on what mantissas represent
2019-07-21 Luke Kenneth Casso... start adding use of DivPipeInputData and DivPipeInterst...
2019-07-21 Luke Kenneth Casso... store a and b in dividend and divisor_radicand
2019-07-14 Jacob Lifshayswitch pspec from dict to PipelineSpec
2019-07-05 Luke Kenneth Casso... big (single-purpose) update: move width arg into pspec
2019-07-05 Luke Kenneth Casso... add in more comments
2019-07-05 Luke Kenneth Casso... remove of from div0
2019-07-05 Luke Kenneth Casso... add comments on where DivPipeCoreSetupStage would be...
2019-07-02 Luke Kenneth Casso... replace FPBaseData with FPPipeContext class name
2019-07-02 Luke Kenneth Casso... big convert g/s/r mid --> muxid
2019-07-02 Luke Kenneth Casso... convert fpdiv to pspec
2019-06-29 Luke Kenneth Casso... comments
2019-06-29 Luke Kenneth Casso... update comments
2019-06-29 Luke Kenneth Casso... put in place infrastructure for dropping in INT div...
2019-06-28 Luke Kenneth Casso... add cookie-cut div0.py pipeline stage class