/avr_isp/

t.ersoft.org/git/md5game.git/atom/runner.c?h=lcs_upper_bound' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/runner.c
AgeCommit message (Collapse)Author
2010-12-28The rough lcs calculation can't be compared against MSFlcs_upper_boundEric Anderson
PEDANTIC testing showed an error with the current n * 4 + 6. pedantic_n = 7 and n = 6 during the PEDANTIC_TEST. I just reverting to old behavior until we can convert the value to something that can be compared to MSF.
2010-12-27Add timing support to lcs_upper_boundEric Anderson
2010-12-27Remove accidental left-over from copy-pasteEric Anderson
2010-12-27Reorganize structure and defines so that things are more understandableEric Anderson
Most things are always "compiled" now, but testing did show that gcc's dead code elimination successfully removes them from the executable. Testing did not show any performance impact.
2010-12-27lcs_upper_bound's second sum is required all the time and try to handle endiansEric Anderson
2010-12-26Add lcs_upper_bound check before lcs_32_rough for added speedEric Anderson