commit | cbf5e6915c42c691a6ccb9a5d249e450f9e67467 | [log] [tgz] |
---|---|---|
author | Marco Nelissen <marcone@google.com> | Wed Feb 01 15:35:35 2017 -0800 |
committer | Marco Nelissen <marcone@google.com> | Thu Feb 02 00:10:58 2017 +0000 |
tree | fdc5b8e48fe23556c02ecf2fc046d860ecf3695c | |
parent | c2f0c73bfcf36219f446e3eef9effe49a3a415a5 [diff] |
Turn off overflow protection for various math functions These functions also exist as arm assembly files, where the overflows just wrap around, and this makes their plain C equivalents behave the same. Bug: 32577290 Bug: 33071964 Test: ran PoC for bug 32577290 using plain C source code Change-Id: I73c2609589e7a89d36f6c44391548312259daf14