Commits

Bill Wendling committed 96c529af87f
[svn-r2219] This simplifies the "check for power of 2" in the hashing function. There was also a subtle bug in the previous code. A valid size of 16K would have been rejected since it was checking for an invalid number. The scheme that replaces it relies on the fact that powers of two and only powers of two have 1 bit set in binary.