2021-07-23 |
Luke Kenneth... | add DCT outer butterfly svshape setup |
commit | commitdiff | tree |
2021-07-23 |
Luke Kenneth... | small inner DCT butterfly test, fix up order of fdmadds |
commit | commitdiff | tree |
2021-07-23 |
Luke Kenneth... | add DCT inner butterfly results test |
commit | commitdiff | tree |
2021-07-23 |
Luke Kenneth... | "fix" fdmadd DCT mul-add-sub unit test with values... |
commit | commitdiff | tree |
2021-07-23 |
Luke Kenneth... | add sv.fdmadds unit test |
commit | commitdiff | tree |
2021-07-23 |
Luke Kenneth... | add sv.fdmadds to SVP64Asm |
commit | commitdiff | tree |
2021-07-23 |
Luke Kenneth... | add DCT mul-add to CSV and enums |
commit | commitdiff | tree |
2021-07-23 |
Luke Kenneth... | add DCT variant of twin MUL-ADD. actually an add and... |
commit | commitdiff | tree |
2021-07-23 |
Luke Kenneth... | add DCT butterfly mode into svremap |
commit | commitdiff | tree |
2021-07-23 |
Luke Kenneth... | set up submodes for SVSHAPE, to include DCT butterfly... |
commit | commitdiff | tree |
2021-07-22 |
Luke Kenneth... | split out 2nd dct outer butterfly scheduler |
commit | commitdiff | tree |
2021-07-22 |
Luke Kenneth... | half way through converting in-place dct to yield unit... |
commit | commitdiff | tree |
2021-07-22 |
Luke Kenneth... | add inner and outer yield version of DCT inner and... |
commit | commitdiff | tree |
2021-07-22 |
Luke Kenneth... | copy of halfrev2 algorithm updated |
commit | commitdiff | tree |
2021-07-22 |
Luke Kenneth... | simplification of halfrev2 algorithm (really neat) |
commit | commitdiff | tree |
2021-07-22 |
Luke Kenneth... | add REMAP DCT yield schedule function, TODO |
commit | commitdiff | tree |
2021-07-22 |
Luke Kenneth... | add hybrid LD-ST-bitreverse with REMAP as an experiment |
commit | commitdiff | tree |
2021-07-22 |
Luke Kenneth... | corrections to SVP64 LD/ST unit tests |
commit | commitdiff | tree |
2021-07-20 |
Luke Kenneth... | comments |
commit | commitdiff | tree |
2021-07-20 |
Luke Kenneth... | create cos table independent, outside of the inner... |
commit | commitdiff | tree |
2021-07-20 |
Luke Kenneth... | cleanup |
commit | commitdiff | tree |
2021-07-20 |
Luke Kenneth... | add iterative list-reversing algorithm, replace recursi... |
commit | commitdiff | tree |
2021-07-20 |
Luke Kenneth... | pre-reverse order of data indices in DCT so that *after... |
commit | commitdiff | tree |
2021-07-20 |
Luke Kenneth... | temporary reordering after the DCT schedule is carried... |
commit | commitdiff | tree |
2021-07-20 |
Luke Kenneth... | realised that SVSHAPE0-3 is not privileged |
commit | commitdiff | tree |
2021-07-20 |
Luke Kenneth... | add inner sub-loop testing from svstep Rc=1 |
commit | commitdiff | tree |
2021-07-20 |
Luke Kenneth... | comments |
commit | commitdiff | tree |
2021-07-20 |
Luke Kenneth... | comments |
commit | commitdiff | tree |
2021-07-19 |
Luke Kenneth... | bit of a reorg, adding option to test end of inner... |
commit | commitdiff | tree |
2021-07-19 |
Luke Kenneth... | do in-place swap |
commit | commitdiff | tree |
2021-07-19 |
Luke Kenneth... | annoying: missed out something in the unit test, not... |
commit | commitdiff | tree |
2021-07-19 |
Luke Kenneth... | simplify DCT code |
commit | commitdiff | tree |
2021-07-19 |
Luke Kenneth... | create coefficient table for DCT outside of loops |
commit | commitdiff | tree |
2021-07-19 |
Luke Kenneth... | update comments |
commit | commitdiff | tree |
2021-07-19 |
Luke Kenneth... | more comments |
commit | commitdiff | tree |
2021-07-19 |
Luke Kenneth... | update comments and license |
commit | commitdiff | tree |
2021-07-19 |
Luke Kenneth... | remove unneeded code |
commit | commitdiff | tree |
2021-07-19 |
Luke Kenneth... | no need for len(j) > 1 test, half of 1 is zero which... |
commit | commitdiff | tree |
2021-07-19 |
Luke Kenneth... | remove unneeded code |
commit | commitdiff | tree |
2021-07-19 |
Luke Kenneth... | swap the indices rather than the data in DCT top half... |
commit | commitdiff | tree |
2021-07-19 |
Luke Kenneth... | remove copy, use in-place with post-inner-loop swap |
commit | commitdiff | tree |
2021-07-19 |
Luke Kenneth... | add experimental order-reversing code (commented out... |
commit | commitdiff | tree |
2021-07-19 |
Luke Kenneth... | code comments |
commit | commitdiff | tree |
2021-07-19 |
Luke Kenneth... | whitespace cleanup |
commit | commitdiff | tree |
2021-07-19 |
Luke Kenneth... | move bit-reversing to before MULs in DCT |
commit | commitdiff | tree |
2021-07-19 |
Luke Kenneth... | reverse bit-order of in-place outer DCT butterfly |
commit | commitdiff | tree |
2021-07-19 |
Luke Kenneth... | finallygot the DCT outer butterfly correct |
commit | commitdiff | tree |
2021-07-18 |
Luke Kenneth... | got cos intermediate working on iterative dct |
commit | commitdiff | tree |
2021-07-18 |
Luke Kenneth... | experimenting to create iterative version of dct |
commit | commitdiff | tree |
2021-07-18 |
Luke Kenneth... | use lists rather than list incomprehension |
commit | commitdiff | tree |
2021-07-17 |
Luke Kenneth... | print out some debug statements in fastdctlee |
commit | commitdiff | tree |
2021-07-17 |
Luke Kenneth... | whitespace |
commit | commitdiff | tree |
2021-07-17 |
Luke Kenneth... | add naive dct, remove fft variant |
commit | commitdiff | tree |
2021-07-17 |
Luke Kenneth... | add nayuki dct |
commit | commitdiff | tree |
2021-07-17 |
Luke Kenneth... | working RADIX-2 FFT with bit-reversed LD/ST |
commit | commitdiff | tree |
2021-07-17 |
Luke Kenneth... | add FP LOAD bit-reversed operations to ISACaller simulator |
commit | commitdiff | tree |
2021-07-16 |
Luke Kenneth... | make a test for if size of FFT is less than 8, if so... |
commit | commitdiff | tree |
2021-07-16 |
Luke Kenneth... | add fsins and fcoss to simulator |
commit | commitdiff | tree |
2021-07-16 |
Luke Kenneth... | code clean-up, simplify, use float not double |
commit | commitdiff | tree |
2021-07-16 |
Luke Kenneth... | add fft makefile |
commit | commitdiff | tree |
2021-07-16 |
Luke Kenneth... | add nayuki project reference code |
commit | commitdiff | tree |
2021-07-15 |
Luke Kenneth... | use coincidence of svremap "persistence" to remove... |
commit | commitdiff | tree |
2021-07-15 |
Luke Kenneth... | enable use of svremap "persist" mode, remove 4 instruct... |
commit | commitdiff | tree |
2021-07-15 |
Luke Kenneth... | stop using MSR vfirst bit, move to SVSTATE bit 63 instead |
commit | commitdiff | tree |
2021-07-15 |
Luke Kenneth... | add extra "persistence" bit to svremap instruction |
commit | commitdiff | tree |
2021-07-15 |
Luke Kenneth... | big intrusive update: merge SVREMAP with SVSTATE, remov... |
commit | commitdiff | tree |
2021-07-14 |
Luke Kenneth... | use fmadds and fmsubs in complex fft example |
commit | commitdiff | tree |
2021-07-14 |
Luke Kenneth... | update SVSTATE to 64 bit length |
commit | commitdiff | tree |
2021-07-14 |
Luke Kenneth... | subtract one from SVi field for setvl assembler |
commit | commitdiff | tree |
2021-07-13 |
Luke Kenneth... | change order of log printout for "writing gpr NN" |
commit | commitdiff | tree |
2021-07-12 |
Luke Kenneth... | successful complex FFT butterfly, in-place, using Verti... |
commit | commitdiff | tree |
2021-07-12 |
Luke Kenneth... | add a Discrete FFT butterfly unit test as an intermedia... |
commit | commitdiff | tree |
2021-07-11 |
Luke Kenneth... | minor reordering of setvl and svshape: svshape is now... |
commit | commitdiff | tree |
2021-07-11 |
Luke Kenneth... | add svremap instruction into ISACaller |
commit | commitdiff | tree |
2021-07-11 |
Luke Kenneth... | update svremap instruction to correctly store immediate... |
commit | commitdiff | tree |
2021-07-11 |
Luke Kenneth... | whoops 0b00002 is not binary |
commit | commitdiff | tree |
2021-07-11 |
Luke Kenneth... | add SVREMAP new Form / Fields and CSV entry |
commit | commitdiff | tree |
2021-07-11 |
Luke Kenneth... | add SVREMAP SPR to ISACaller and parser |
commit | commitdiff | tree |
2021-07-11 |
Luke Kenneth... | add SVREMAP SPR |
commit | commitdiff | tree |
2021-07-11 |
Luke Kenneth... | add SVP64REMAP Record |
commit | commitdiff | tree |
2021-07-11 |
Luke Kenneth... | rename SVP64REMAP to SVP64SHAPE |
commit | commitdiff | tree |
2021-07-11 |
Luke Kenneth... | rename svremap to svshape |
commit | commitdiff | tree |
2021-07-11 |
Luke Kenneth... | rename svremap to svshape |
commit | commitdiff | tree |
2021-07-10 |
Luke Kenneth... | add scalar ffadds unit test |
commit | commitdiff | tree |
2021-07-10 |
Luke Kenneth... | whoops forgot elif in SVP64Asm translation, detection... |
commit | commitdiff | tree |
2021-07-10 |
Luke Kenneth... | in scalar case do not increment RB for FFT mode |
commit | commitdiff | tree |
2021-07-10 |
Luke Kenneth... | add sv.ffadds unit test, inversion of subtract needed... |
commit | commitdiff | tree |
2021-07-10 |
Luke Kenneth... | more generic allow fft mode 2nd output detection. ... |
commit | commitdiff | tree |
2021-07-10 |
Luke Kenneth... | add ffadds decoding: |
commit | commitdiff | tree |
2021-07-10 |
Luke Kenneth... | add more generic detection of FFT mode, really needs... |
commit | commitdiff | tree |
2021-07-10 |
Luke Kenneth... | add (disabled) FFT complex unit test under development |
commit | commitdiff | tree |
2021-07-10 |
Luke Kenneth... | corrections to remaining fft madd/msub |
commit | commitdiff | tree |
2021-07-09 |
Luke Kenneth... | update comments |
commit | commitdiff | tree |
2021-07-09 |
Luke Kenneth... | for scalar destination or scalar source on ffmadd,... |
commit | commitdiff | tree |
2021-07-09 |
Luke Kenneth... | add svstep variant of fpmadds fft test |
commit | commitdiff | tree |
2021-07-09 |
Luke Kenneth... | add "odd" SVP64 unit tests which alter SVSTATE |
commit | commitdiff | tree |
2021-07-09 |
Luke Kenneth... | comments in unit test |
commit | commitdiff | tree |
2021-07-09 |
Luke Kenneth... | add Vertical-First explicit branch-loop using svstep... |
commit | commitdiff | tree |
2021-07-08 |
Luke Kenneth... | end SVP64 "Vertical First" mode on rollover when end... |
commit | commitdiff | tree |
2021-07-08 |
Luke Kenneth... | add CR0 setting and unit test on svstep |
commit | commitdiff | tree |
next |