this should be 128 I think

llvm-svn: 28330
This commit is contained in:
Andrew Lenharth 2006-05-16 17:45:23 +00:00
parent 1dc9ec5874
commit 20eb2ce871
1 changed files with 1 additions and 1 deletions

View File

@ -1500,7 +1500,7 @@ static mu magicu64(uint64_t d)
r2 = 2*r2 + 1; // update r2
}
delta = d - 1 - r2;
} while (p < 64 && (q1 < delta || (q1 == delta && r1 == 0)));
} while (p < 128 && (q1 < delta || (q1 == delta && r1 == 0)));
magu.m = q2 + 1; // resulting magic number
magu.s = p - 64; // resulting shift
return magu;