commit | 4341ae008f5df38af5ced8fcf41738b6fa0ba34b | [log] [tgz] |
---|---|---|
author | Marco Nelissen <marcone@google.com> | Wed Feb 01 15:35:35 2017 -0800 |
committer | Marco Nelissen <marcone@google.com> | Wed Feb 01 16:09:11 2017 -0800 |
tree | dd9f1c710b6be02fc4d9b0201ec77e5b816f9f4a | |
parent | 6b26b4be294103214b67898322e10dc4d42e4fc7 [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