summaryrefslogtreecommitdiff
path: root/decoder/test/counter
AgeCommit message (Expand)Author
2019-01-20HD44780 dump has moved into display/ subdirectoryGerhard Sittig
2018-05-30counter: Update test results to reflect recent PD changes.Uwe Hermann
2018-01-11counter: use HD44780 dump to check counter's reset_edge optionGerhard Sittig
2018-01-06counter: adjust test config for renamed 'data_edge' optionGerhard Sittig
2018-01-03Add some counter test-cases.Uwe Hermann
ut puts DO_SECOND_SUM less than a percent behind. 2010-12-26Simple movement of return calculation in lcs_upper_boundEric Anderson This increased performance of the non-DO_SECOND_SUM code a _lot_ for something so small. 2010-12-26Only add one to lcs_upper_bound or don't do the second sum.Eric Anderson The DO_SECOND_SUM define has reduced false positives, but without it has a reasonable amount less work. Thus, you must empirically test to find which has the best boost. Right now, DO_SECOND_SUM is faster. 2010-12-26Add lcs_upper_bound check before lcs_32_rough for added speedEric Anderson