commit | 98216e53f8d538b4386b80b896edfa20e9734827 | [log] [tgz] |
---|---|---|
author | buzbee <buzbee@google.com> | Fri Sep 12 10:40:47 2014 -0700 |
committer | buzbee <buzbee@google.com> | Fri Sep 12 12:36:19 2014 -0700 |
tree | 613750f3dd0f5cdb3fd3996a0660cde004c8c6ed | |
parent | 3892cf8da7d5e76c0dee585fc8f69df773680525 [diff] |
Quick compiler (arm64) Fix inline Math.round() Math.round is detected and inlined for arm64. However, the arm64 backend incorrectly modified a source operand in place during the round sequence. Depending on how registers are allocated, that modification could persist. Changed to use a temp register for the intermediate result. Internal b/17411468 Change-Id: I7c636f985e193f8ff838768fde3b741e443bb1bb