copy context/roundz, a and b manually in fpmul align
[ieee754fpu.git] / src / ieee754 / fpmul / test /
2019-07-14 Luke Kenneth Casso... copy context/roundz, a and b manually in fpmul align
2019-07-14 Luke Kenneth Casso... add sticky-propagation to normalisation, as an experiment
2019-07-13 Luke Kenneth Casso... add extra fpmul16 regression tests
2019-07-08 Luke Kenneth Casso... enable failing regression tests
2019-07-08 Luke Kenneth Casso... add fp64 mul unit test
2019-07-08 Luke Kenneth Casso... add fpmul tests
2019-07-08 Luke Kenneth Casso... add fp16 mul (and some regression tests)
2019-07-05 Luke Kenneth Casso... add extra regression for fpmul
2019-07-01 Luke Kenneth Casso... found 64-bit MUL bug too
2019-06-16 Luke Kenneth Casso... bug, 0xe225 0x8181 0x249f returns 0x249e
2019-05-03 Luke Kenneth Casso... add test on fp16/32/64 for mul and div
2019-05-03 Luke Kenneth Casso... split out InputTest code into separate fpmux.py
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... whitespace
2019-05-02 Luke Kenneth Casso... replace run_test with run_fpunit to avoid nosetest...
2019-05-02 Luke Kenneth Casso... pass in count and num loops to unit test to make it...
2019-05-02 Luke Kenneth Casso... get test_mul.py operational
2019-05-02 Luke Kenneth Casso... more code-shuffling into subdirs