/>
<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='showmsg' value='1'/><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'>refs</a><a class='active' href='/git/md5game.git/log/lcs_sse.c?h=lcs_upper_bound&amp;showmsg=1'>log</a><a href='/git/md5game.git/tree/lcs_sse.c?h=lcs_upper_bound'>tree</a><a href='/git/md5game.git/commit/lcs_sse.c?h=lcs_upper_bound'>commit</a><a href='/git/md5game.git/diff/lcs_sse.c?h=lcs_upper_bound'>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='showmsg' value='1'/><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&amp;showmsg=1'>root</a>/<a href='/git/md5game.git/log/lcs_sse.c?h=lcs_upper_bound&amp;showmsg=1'>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'>Collapse</a>)</th><th class='left'>Author</th></tr>
<tr class='logheader'><td><span title='2010-12-27 22:52:25 -0600'>2010-12-27</span></td><td class='logsubject'><a href='/git/md5game.git/commit/lcs_sse.c?h=lcs_upper_bound&amp;id=d29aa371dc07b8118ec664a1ad26bb380559ab26'>Reorganize structure and defines so that things are more understandable</a></td><td>Eric Anderson</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
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.


</td></tr>
<tr class='logheader'><td><span title='2010-12-27 08:40:30 -0800'>2010-12-27</span></td><td class='logsubject'><a href='/git/md5game.git/commit/lcs_sse.c?h=lcs_upper_bound&amp;id=9d82262b1ddb5fdd8bba22b8f8a68efb613a697c'>Support byte swapping on os-x</a></td><td>Tim Hatch</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
</td></tr>