Added secial cases for normalization function
[ieee754fpu.git] / src / ieee754 / fpmul /
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-03 Luke Kenneth Casso... debug fpmul pipeline
2019-05-03 Luke Kenneth Casso... add mul pipeline based on add
2019-05-03 Luke Kenneth Casso... add mul1 stage based on add1
2019-05-03 Luke Kenneth Casso... add mul0 based on add0
2019-05-03 Luke Kenneth Casso... add mul pipeline version of specialcases
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 running
2019-05-02 Luke Kenneth Casso... get test_mul.py operational
2019-05-02 Luke Kenneth Casso... more code-shuffle
2019-05-02 Luke Kenneth Casso... more code-shuffling into subdirs