resolve awful meta-class hacking (with thanks to jsbueno on stackexchange)
[ieee754fpu.git] / src /
2019-07-30 Luke Kenneth Casso... resolve awful meta-class hacking (with thanks to jsbuen...
2019-07-30 Luke Kenneth Casso... add DynamicPipeCreate function - needs to be a class
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-30 Luke Kenneth Casso... add fclass coverage test
2019-07-30 Luke Kenneth Casso... use switch/case rather than if/elif/elif
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... minor tidyup
2019-07-29 Luke Kenneth Casso... add explicit operator comparison (in case operation...
2019-07-29 Luke Kenneth Casso... clarify / get indentation down
2019-07-29 Luke Kenneth Casso... replace m.d.comb with comb (reduce indentation)
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... remove redundant imports
2019-07-28 Luke Kenneth Casso... move fpcvt downsize to separate module
2019-07-28 Luke Kenneth Casso... move fpcvt upsize to separate module
2019-07-28 Luke Kenneth Casso... substitute comb for m.d.comb
2019-07-28 Luke Kenneth Casso... simplify code
2019-07-28 Luke Kenneth Casso... split out int2float fcvt to separate module
2019-07-28 Luke Kenneth Casso... move float2int fcvt to separate module
2019-07-28 Luke Kenneth Casso... simplify
2019-07-28 Luke Kenneth Casso... add code comments
2019-07-28 Luke Kenneth Casso... add F2Int f64 i64 test
2019-07-28 Luke Kenneth Casso... add signed FP2INT
2019-07-28 Luke Kenneth Casso... add TODO, check mantissa overflow
2019-07-28 Luke Kenneth Casso... add f2int f64->ui64
2019-07-28 Luke Kenneth Casso... exponent too big to fit FP2int
2019-07-28 Luke Kenneth Casso... add NaN FP2int overflow
2019-07-28 Luke Kenneth Casso... add code comments
2019-07-28 Luke Kenneth Casso... add code comments
2019-07-28 Luke Kenneth Casso... initialise unused PipelineSpec params to None
2019-07-28 Luke Kenneth Casso... add identifying name to FPNumBaseRecord
2019-07-28 Luke Kenneth Casso... add identifying name to FPNumBaseRecord
2019-07-28 Luke Kenneth Casso... add name to FPNumBaseRecord
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-28 Luke Kenneth Casso... whitespace (autopep8)
2019-07-28 Luke Kenneth Casso... add identifying name to FPNumBaseRecord
2019-07-28 Luke Kenneth Casso... add identifying name to FPNumBaseRecord
2019-07-28 Luke Kenneth Casso... whitespace, add identifying name to FPNumBaseRecord
2019-07-28 Luke Kenneth Casso... whitespace
2019-07-28 Luke Kenneth Casso... add debug prints
2019-07-28 Luke Kenneth Casso... split out fclass module to separate file
2019-07-28 Luke Kenneth Casso... update fclass and FPFormat after review
2019-07-28 Luke Kenneth Casso... add f32/f64 fclass
2019-07-28 Luke Kenneth Casso... fclass test
2019-07-28 Luke Kenneth Casso... add debugging fclass
2019-07-28 Luke Kenneth Casso... replace hard-coded "stuff" with FPFormat functions
2019-07-27 Luke Kenneth Casso... redo fclss to simpler layout
2019-07-27 Luke Kenneth Casso... add testing functions to FPFormat
2019-07-27 Luke Kenneth Casso... add fpclass pipeline (1st version)
2019-07-26 Luke Kenneth Casso... start to get FP to INT working
2019-07-26 Luke Kenneth Casso... add first version test fp to int convert
2019-07-25 Luke Kenneth Casso... get test_div64.py back up and running (just... because)
2019-07-25 Luke Kenneth Casso... remove near-identical duplicated code, replace with...
2019-07-25 Luke Kenneth Casso... correct FPRSQRT specialcases
2019-07-25 Jacob Lifshayswitch fpdiv/test/test_fp*.py to use unittest
2019-07-25 Jacob Lifshayskip slow tests
2019-07-25 Jacob LifshayRevert "reduce LHS for RSQRT by a factor of fract_width...
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... reduce LHS for RSQRT by a factor of fract_width and
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... more comments
2019-07-23 Luke Kenneth Casso... reduce next_bits by 1
2019-07-23 Luke Kenneth Casso... clean up comments
2019-07-23 Luke Kenneth Casso... use PriorityEncoder and Array selection
2019-07-23 Luke Kenneth Casso... store bits in signals, cleans up graphviz
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... split out div/sqrt/rsqrt trials to separate module
2019-07-23 Luke Kenneth Casso... tidyup a bit
2019-07-23 Luke Kenneth Casso... reduce n_comb_stages for fpdiv first setup
2019-07-23 Luke Kenneth Casso... add magic constants comment
next