switch to exact version of cython
[ieee754fpu.git] / src / ieee754 / fpcommon / postnormalise.py
2022-07-04 Jacob Lifshayadd f8 fma tests -- f16 takes >8hr to run with bitwuzla
2022-07-01 Jacob Lifshayfinish adding all rounding modes to fadd -- formal...
2019-08-25 Luke Kenneth Casso... remove out_do_z test
2019-07-31 Luke Kenneth Casso... cleanup
2019-07-31 Luke Kenneth Casso... update comments/clarify
2019-07-31 Luke Kenneth Casso... rename FPAddStage1Data to FPPostCalcData
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
2019-07-28 Luke Kenneth Casso... add identifying name to FPNumBaseRecord
2019-07-21 Luke Kenneth Casso... split out EXP-High shifter to separate module
2019-07-16 Luke Kenneth Casso... whoops fpnorm out by one bit in new FPMSBHigh class
2019-07-16 Luke Kenneth Casso... adjust FPMSBHigh for use in FPNorm: make it possible...
2019-07-14 Luke Kenneth Casso... add sticky-propagation to normalisation, as an experiment
2019-07-14 Jacob Lifshayswitch pspec from dict to PipelineSpec
2019-07-06 Luke Kenneth Casso... pass through exponent extra bits so that normalisation...
2019-07-05 Luke Kenneth Casso... big (single-purpose) update: move width arg into pspec
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... use new FPBaseData as a "spec" (context), initialised...
2019-07-01 Luke Kenneth Casso... add operand down pipeline chain
2019-06-16 Luke Kenneth Casso... make overflow roundz a property (Overflow no longer...
2019-06-16 Luke Kenneth Casso... fix up FPNumBase by creating a Record class (not derive...
2019-05-03 Luke Kenneth Casso... got fpmul working (potential bug in softfloat NaN handling)
2019-05-03 Luke Kenneth Casso... fix multiply bit-width
2019-05-02 Luke Kenneth Casso... more code-shuffle
2019-05-02 Luke Kenneth Casso... move fpcommon to separate subdir