commit | 42b1ea8a934ee13899663ad7e1551b658d48e6d6 | [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 22:00:04 2017 +0000 |
tree | e28e319d3593c0e3195042e4a28df7e52ec7476e | |
parent | 4f34250af74cd4c93a0c2a838bc131f90eee88a3 [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 (cherry picked from commit cbf5e6915c42c691a6ccb9a5d249e450f9e67467)