copy context/roundz, a and b manually in fpmul align
[ieee754fpu.git] / src / ieee754 / fcvt /
2019-07-14 Jacob Lifshayswitch pspec from dict to PipelineSpec
2019-07-08 Luke Kenneth Casso... add fp cvt 64 to 32 test
2019-07-08 Luke Kenneth Casso... add fp cvt 64-16 test
2019-07-08 Luke Kenneth Casso... add single op fcvt test case
2019-07-08 Luke Kenneth Casso... add fcvt regression tests
2019-07-07 Luke Kenneth Casso... got test_add.py running, with fpadd_state.py
2019-07-07 Luke Kenneth Casso... fix min-range rounding
2019-07-06 Luke Kenneth Casso... take last bit of a1 mantissa as potential sticky, not...
2019-07-06 Luke Kenneth Casso... duplicate FPRound inside fcvt
2019-07-06 Luke Kenneth Casso... fix nan and 1-rounded case in fcvt
2019-07-06 Luke Kenneth Casso... pass through exponent extra bits so that normalisation...
2019-07-06 Luke Kenneth Casso... fix overwrite issue in FPBase create
2019-07-05 Luke Kenneth Casso... sorting out fcvt
2019-07-05 Luke Kenneth Casso... fix fcvt to work with new InputTest and pspec
2019-07-05 Luke Kenneth Casso... big (single-purpose) update: move width arg into pspec
2019-07-05 Luke Kenneth Casso... debugging fcvt
2019-07-04 Luke Kenneth Casso... dont pack into v, get actual s/e/m
2019-07-04 Luke Kenneth Casso... begin debug of fcvt
2019-07-04 Luke Kenneth Casso... add fcvt first version