resolve awful meta-class hacking (with thanks to jsbueno on stackexchange)
[ieee754fpu.git] / src / ieee754 / fpdiv /
2019-07-30 Luke Kenneth Casso... remove default and swap over DIV/SQRT operations, to...
2019-07-30 Luke Kenneth Casso... add code comment
2019-07-30 Luke Kenneth Casso... use specialcase fpdiv "switch" and use DP op
2019-07-30 Luke Kenneth Casso... tidyup
2019-07-30 Luke Kenneth Casso... add copyright / bugreport notice
2019-07-29 Luke Kenneth Casso... add copyright
2019-07-29 Luke Kenneth Casso... tidyup
2019-07-29 Luke Kenneth Casso... code comments
2019-07-29 Luke Kenneth Casso... tidyup
2019-07-29 Luke Kenneth Casso... tidyup
2019-07-29 Luke Kenneth Casso... tidyup
2019-07-29 Jacob Lifshayfix the mess introduced by "fix pipeline stage count"
2019-07-29 Luke Kenneth Casso... add fprsqrt coverage tests for fp16 and fp32
2019-07-29 Luke Kenneth Casso... add comment on n_comb_stages
2019-07-29 Luke Kenneth Casso... add FP32/64 coverage test for fpsqrt
2019-07-29 Luke Kenneth Casso... id_wid (muxid bitwidth) based on num_rows, not the...
2019-07-29 Luke Kenneth Casso... add fpsqrt 16 coverage test
2019-07-28 Jacob Lifshayfix pipeline stage count
2019-07-28 Luke Kenneth Casso... use opcode rather than magic constants (will need a...
2019-07-28 Luke Kenneth Casso... whitespace / autopep8
2019-07-28 Luke Kenneth Casso... get fpdiv/fsqrt/frsqrt up and running
2019-07-25 Luke Kenneth Casso... get test_div64.py back up and running (just... because)
2019-07-25 Luke Kenneth Casso... correct FPRSQRT specialcases
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... fix shifting of rsqrt mantissa input
2019-07-24 Luke Kenneth Casso... semi-working after "hack" to reduce LHS of algorithm...
2019-07-24 Luke Kenneth Casso... add rsqrt specialcases
2019-07-24 Luke Kenneth Casso... add fsqrt test
2019-07-23 Luke Kenneth Casso... reduce am0/bm0 by 2 bits in DIV
2019-07-23 Luke Kenneth Casso... hmmm remove extra zeros on DIV mantissas
2019-07-23 Luke Kenneth Casso... specialcases: sqrt of -ve zero is -ve zero
2019-07-23 Luke Kenneth Casso... remove debug prints
2019-07-23 Luke Kenneth Casso... hack which happens to get fsqrt preliminarily working
2019-07-23 Luke Kenneth Casso... add more fpsqrt specialcases
2019-07-23 Luke Kenneth Casso... add more fpsqrt specialcases
2019-07-23 Luke Kenneth Casso... add more fpsqrt specialcases
2019-07-23 Luke Kenneth Casso... add fsqrt test
2019-07-23 Luke Kenneth Casso... start adding FPSQRT specialcases
2019-07-23 Luke Kenneth Casso... add fpsqrt experiment
2019-07-23 Luke Kenneth Casso... tidyup
2019-07-23 Luke Kenneth Casso... reduce n_comb_stages for fpdiv first setup
2019-07-23 Luke Kenneth Casso... add magic constants comment
2019-07-23 Luke Kenneth Casso... add some voodoo magic extra bits on the input numbers...
2019-07-23 Luke Kenneth Casso... reorganise loop
2019-07-23 Luke Kenneth Casso... add fpdiv 16/32 regression/coverage tests
2019-07-22 Luke Kenneth Casso... corrections to mantissa length, FP16/32/64 DIV work...
2019-07-22 Luke Kenneth Casso... FP16 DIV seems to be working
2019-07-22 Luke Kenneth Casso... more random experimenting
2019-07-22 Luke Kenneth Casso... random modifications
2019-07-22 Luke Kenneth Casso... random modifications got semi-correct output
2019-07-22 Luke Kenneth Casso... continuing experimentation
2019-07-22 Luke Kenneth Casso... add twin MSB alignment / denormalisation (from FPMUL)
2019-07-22 Luke Kenneth Casso... experimenting
2019-07-22 Luke Kenneth Casso... set fraction width to zero
2019-07-22 Luke Kenneth Casso... put am0 into top bits of dividend
2019-07-22 Luke Kenneth Casso... add roundup to nearest radix
2019-07-22 Luke Kenneth Casso... remove stage-work-reduction for now
2019-07-22 Luke Kenneth Casso... divide number of stages by radix and by required comb_s...
2019-07-22 Luke Kenneth Casso... fix div specialcases
2019-07-22 Luke Kenneth Casso... config/setup/imports
2019-07-22 Luke Kenneth Casso... add missing ispec/ospecs
2019-07-22 Luke Kenneth Casso... remove unneeded code
2019-07-22 Luke Kenneth Casso... remove div1.py
2019-07-22 Luke Kenneth Casso... more imports / syntax errors
2019-07-22 Luke Kenneth Casso... set up DivPipeCoreConfig back in FPDIVMuxInOut, syntax...
2019-07-22 Luke Kenneth Casso... sort out weirdness in FPDIVBasePipe initialisation
2019-07-22 Luke Kenneth Casso... fix imports
2019-07-21 Luke Kenneth Casso... match mantissa width up in div config
2019-07-21 Luke Kenneth Casso... compensate for div answer being in range 0.49999 to...
2019-07-21 Luke Kenneth Casso... add comment on what mantissas represent
2019-07-21 Luke Kenneth Casso... update comments
2019-07-21 Luke Kenneth Casso... add an absolute count on the stages
2019-07-21 Luke Kenneth Casso... add an absolute count on the stages
2019-07-21 Luke Kenneth Casso... get DivPipeOutputData converted to mantissa + overflow...
2019-07-21 Luke Kenneth Casso... start also putting in additional DivPipe*Stage usage
2019-07-21 Luke Kenneth Casso... start adding use of DivPipeInputData and DivPipeInterst...
2019-07-21 Luke Kenneth Casso... store a and b in dividend and divisor_radicand
2019-07-16 Luke Kenneth Casso... illustrate use of pspec using DivPipeCoreOperation...
2019-07-14 Jacob Lifshayswitch pspec from dict to PipelineSpec
2019-07-08 Luke Kenneth Casso... add fp32 div pipe test
2019-07-05 Luke Kenneth Casso... example of how to use opkls to create something more...
2019-07-05 Luke Kenneth Casso... big (single-purpose) update: move width arg into pspec
2019-07-05 Luke Kenneth Casso... indent
2019-07-05 Luke Kenneth Casso... more comments....
2019-07-05 Luke Kenneth Casso... reorg and add in more TODO pointers for DivPipe*Stage...
2019-07-05 Luke Kenneth Casso... add in more comments
2019-07-05 Luke Kenneth Casso... remove of from div0
2019-07-05 Luke Kenneth Casso... add comments on where DivPipeCoreSetupStage would be...
2019-07-05 Luke Kenneth Casso... identify points where DivPipeCore*Data is needed
2019-07-02 Luke Kenneth Casso... add comment
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... convert fpdiv to pspec
2019-06-29 Luke Kenneth Casso... update comment
2019-06-29 Luke Kenneth Casso... add comments
2019-06-29 Luke Kenneth Casso... comments
2019-06-29 Luke Kenneth Casso... add diagram explaining chain / pipe relationships
2019-06-29 Luke Kenneth Casso... update comments
2019-06-29 Luke Kenneth Casso... non-begin, non-end mode involves FPDivStage0Data
next