diff options
author | root <root> | 2007-11-13 08:38:49 +0000 |
---|---|---|
committer | root <root> | 2007-11-13 08:38:49 +0000 |
commit | a0d5cad8a29e5910bd798793441c84991651b1f3 (patch) | |
tree | df8df0f63d138f81ae9995922d722692ea11d1c6 /lzf_c.c | |
parent | e71bc36b15d3ea74a1de596c2de0217c2be3eed6 (diff) |
unroll a bit for testing
Diffstat (limited to 'lzf_c.c')
-rw-r--r-- | lzf_c.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -143,6 +143,7 @@ lzf_compress (const void *const in_data, unsigned int in_len, && ip + 4 < in_end && ref > (u8 *)in_data #if STRICT_ALIGN + x x x && ref[0] == ip[0] && ref[1] == ip[1] && ref[2] == ip[2] |