commit | 109116bb2f751d84a9ce89ac40c45e76c0aa462c | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Wed Jan 25 18:17:34 2012 -0800 |
committer | Stephen Hines <srhines@google.com> | Wed Jan 25 18:17:34 2012 -0800 |
tree | 1e2c530a23c0383fcc56b5da2571ddc62352c774 | |
parent | fb9ffe02609c9c4ffca64927e72bc935cfe87768 [diff] |
Fix bugs with unsigned rsAtomicCas/Max/Min. BUG=5888007 rsAtomicMax/Min did not have proper semantics for unsigned integers. They were always using signed comparisons. rsAtomicCas had the wrong function signature in our math library, leading to no way to properly link/execute it. Change-Id: I336cdd8cd9f2d8093f12e101b55b2797515f039b