commit | ff00dc8565d36fc5d30c0c8aa3714c66536dbcee | [log] [tgz] |
---|---|---|
author | Ben Cheng <bccheng@google.com> | Thu May 29 16:02:09 2014 -0700 |
committer | Ben Cheng <bccheng@google.com> | Thu May 29 16:32:00 2014 -0700 |
tree | 046c8601c75ac3f4d2137dd0327c5d1ceead5aea | |
parent | d4fbb1a8617285ab1d29324308aa016377fc36f3 [diff] |
Workaround the GCC "(long)fn -> lfn" optimization bug. Pass "-fno-builtin-rint -fno-builtin-rintl -fno-builtin-rintf" to avoid generating self recursions in lrint, lrintl, and lrintf. BUG: 14225968 Change-Id: Iffc4d8f0692580d636a529f4c8aa9a7a10d7acd8