add f8 fma tests -- f16 takes >8hr to run with bitwuzla
[ieee754fpu.git] / src / ieee754 / fpcommon / pack.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-07-31 Luke Kenneth Casso... move FPPackData to separate module
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-28 Luke Kenneth Casso... add identifying name to FPNumBaseRecord
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-02 Luke Kenneth Casso... workaround bug in use of ArrayProxy iteration / assignment
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-28 Luke Kenneth Casso... add comments on parameters
2019-06-16 Luke Kenneth Casso... fix up FPNumBase by creating a Record class (not derive...
2019-05-02 Luke Kenneth Casso... more code-shuffle
2019-05-02 Luke Kenneth Casso... move test_buf_pipe.py unit test, shuffle nmutil
2019-05-02 Luke Kenneth Casso... reorganise imports
2019-05-02 Luke Kenneth Casso... move fpcommon to separate subdir