commit | abd91e389e4462208eb004b38d378f67d9676ec1 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Mar 29 15:20:01 2010 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Mar 29 15:20:01 2010 -0700 |
tree | f8dafef4d77838fdf15028464f553e3e4e80afb4 | |
parent | 51fd962ad6cd22d56659e39106ceca307b598767 [diff] |
Fix build. Rather than try to be clever with header files (which didn't work with glibc for the sim build) let's make Math.copySign have the StrictMath behavior, and have StrictMath call Math. (The other way round, though it might seem more logical, wouldn't solve the problem. We already have numerous cases of StrictMath calling Math anyway.) Change-Id: Ifff065ddc8fbd5d5f8d4d5b67bc9ac07a719eb00