content='cgit v1.2.3-70-g09d2'/> <meta name='robots' content='index, nofollow'/> <link rel='stylesheet' type='text/css' href='/cgit.css'/> <script type='text/javascript' src='/cgit.js'></script> <link rel='shortcut icon' href='/favicon.ico'/> <link rel='alternate' title='Atom feed' href='http://git.ersoft.org/git/md5game.git/atom/lcs_sse.c?h=lcs_upper_bound' type='application/atom+xml'/> <link rel='vcs-git' href='https://git.ersoft.org/git/md5game.git' title='md5game.git Git repository'/> </head> <body> <div id='cgit'><table id='header'> <tr> <td class='logo' rowspan='2'><a href='/git/'><img src='/cgit.png' alt='cgit logo'/></a></td> <td class='main'><a href='/git/'>index</a> : <a href='/git/md5game.git/'>md5game.git</a></td><td class='form'><form method='get'> <input type='hidden' name='id' value='d29aa371dc07b8118ec664a1ad26bb380559ab26'/><select name='h' onchange='this.form.submit();'> <option value='eli'>eli</option> <option value='lcs-optimization'>lcs-optimization</option> <option value='lcs2-optimization'>lcs2-optimization</option> <option value='lcs_sse'>lcs_sse</option> <option value='lcs_upper_bound' selected='selected'>lcs_upper_bound</option> <option value='master'>master</option> </select> <input type='submit' value='switch'/></form></td></tr> <tr><td class='sub'>MD5 longest common substring problem</td><td class='sub right'>ejona86@gmail.com</td></tr></table> <table class='tabs'><tr><td> <a href='/git/md5game.git/?h=lcs_upper_bound'>summary</a><a href='/git/md5game.git/refs/?h=lcs_upper_bound&id=d29aa371dc07b8118ec664a1ad26bb380559ab26'>refs</a><a class='active' href='/git/md5game.git/log/lcs_sse.c?h=lcs_upper_bound'>log</a><a href='/git/md5game.git/tree/lcs_sse.c?h=lcs_upper_bound&id=d29aa371dc07b8118ec664a1ad26bb380559ab26'>tree</a><a href='/git/md5game.git/commit/lcs_sse.c?h=lcs_upper_bound&id=d29aa371dc07b8118ec664a1ad26bb380559ab26'>commit</a><a href='/git/md5game.git/diff/lcs_sse.c?h=lcs_upper_bound&id=d29aa371dc07b8118ec664a1ad26bb380559ab26'>diff</a></td><td class='form'><form class='right' method='get' action='/git/md5game.git/log/lcs_sse.c'> <input type='hidden' name='h' value='lcs_upper_bound'/><input type='hidden' name='id' value='d29aa371dc07b8118ec664a1ad26bb380559ab26'/><select name='qt'> <option value='grep'>log msg</option> <option value='author'>author</option> <option value='committer'>committer</option> <option value='range'>range</option> </select> <input class='txt' type='search' size='10' name='q' value=''/> <input type='submit' value='search'/> </form> </td></tr></table> <div class='path'>path: <a href='/git/md5game.git/log/?h=lcs_upper_bound&id=d29aa371dc07b8118ec664a1ad26bb380559ab26'>root</a>/<a href='/git/md5game.git/log/lcs_sse.c?h=lcs_upper_bound&id=d29aa371dc07b8118ec664a1ad26bb380559ab26'>lcs_sse.c</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/git/md5game.git/log/lcs_sse.c?h=lcs_upper_bound&id=d29aa371dc07b8118ec664a1ad26bb380559ab26&showmsg=1'>Expand</a>)</th><th class='left'>Author</th></tr> <tr><td><span title='2010-12-27 22:52:25 -0600'>2010-12-27</span></td><td><a href='/git/md5game.git/commit/lcs_sse.c?h=lcs_upper_bound&id=d29aa371dc07b8118ec664a1ad26bb380559ab26'>Reorganize structure and defines so that things are more understandable</a></td><td>Eric Anderson</td></tr> <tr><td><span title='2010-12-27 08:40:30 -0800'>2010-12-27</span></td><td><a href='/git/md5game.git/commit/lcs_sse.c?h=lcs_upper_bound&id=9d82262b1ddb5fdd8bba22b8f8a68efb613a697c'>Support byte swapping on os-x</a></td><td>Tim Hatch</td></tr>