minor comments

This commit is contained in:
Josh Coalson
2007-02-28 01:10:21 +00:00
parent 32821c08ff
commit 8534bbe4e9
2 changed files with 4 additions and 0 deletions

View File

@@ -4042,6 +4042,7 @@ void precompute_partition_info_escapes_(
rmax = 0;
for(partition_sample = 0; partition_sample < partition_samples; partition_sample++) {
r = residual[residual_sample++];
/* OPT: maybe faster: rmax |= r ^ (r>>31) */
if(r < 0)
rmax |= ~r;
else