commit | 27047faf283cb9d3d025a984cd9934fd2c404407 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Mon Jul 14 18:47:23 2014 -0700 |
committer | Christopher Ferris <cferris@google.com> | Tue Jul 15 12:33:48 2014 -0700 |
tree | d54a48f6fbfa2beb35823089794e0fd04bde8eeb | |
parent | 5656a0c4943a9b14baa4fc135980f91591723156 [diff] |
Fix BIONIC_ROUND_UP_POWER_OF_2 for 64 bit. There were two bugs here: - For 64 bit values, this did not properly round up. - The macro rounded to the power of 2 less than value, not to the power of 2 greater than value. Change-Id: If8cb41536a9d2f5c1bc213676f1e67a7903a36b0