remove m.If/Elif in fpdiv sqrt, replace with Mux
[ieee754fpu.git] / src / ieee754 / fpdiv / test /
2019-08-06 Luke Kenneth Casso... add mask cancellation to FPDIV and to fpmux unit test
2019-07-31 Luke Kenneth Casso... add __init__.py files
2019-07-29 Luke Kenneth Casso... add fprsqrt coverage tests for fp16 and fp32
2019-07-29 Luke Kenneth Casso... add FP32/64 coverage test for fpsqrt
2019-07-29 Luke Kenneth Casso... add fpsqrt 16 coverage test
2019-07-28 Luke Kenneth Casso... use opcode rather than magic constants (will need a...
2019-07-25 Luke Kenneth Casso... get test_div64.py back up and running (just... because)
2019-07-25 Jacob Lifshayswitch fpdiv/test/test_fp*.py to use unittest
2019-07-24 Luke Kenneth Casso... add new FP32-FRSQRT regression test
2019-07-24 Luke Kenneth Casso... add fsqrt test
2019-07-23 Luke Kenneth Casso... remove debug prints
2019-07-23 Luke Kenneth Casso... add fsqrt test
2019-07-23 Luke Kenneth Casso... add fpdiv 16/32 regression/coverage tests
2019-07-08 Luke Kenneth Casso... add fp32 div pipe test
2019-06-28 Luke Kenneth Casso... quick debug session on FP div stub pipeline
2019-06-28 Luke Kenneth Casso... add cookie-cut test_fpdiv_pipe.py
2019-06-16 Luke Kenneth Casso... got fpdiv FSM operational
2019-05-02 Luke Kenneth Casso... replace run_test with run_fpunit to avoid nosetest...
2019-05-02 Luke Kenneth Casso... more code-shuffling into subdirs