Files
sdk/tools
Zachary Anderson 3d7202bad3 DBC: Adds simdbc64 target, adds arm64 arithmetic overflow logic
There were differences between linux gcc, android gcc,
MacOS clang, and 32 vs. 64-bit w.r.t the __builtin
functions for detecting arithmetic overflow. I couldn't get
them all working at the same time. Instead, I removed them,
and changed to always use the inline assembly. This works
in all the configurations above.

This change also adds a simdbc64 target for building simdbc
for 64-bit, and sets up the android targets. simdbc targets
arm, and simdbc64 targets arm64. You can build them with:

$ ./tools/build.py -m release -a simdbc{64} --os=android runtime

R=iposva@google.com

Review URL: https://codereview.chromium.org/1904153003 .
2016-04-25 12:48:34 -07:00
..
2014-07-25 11:47:59 +00:00
2014-07-25 11:47:59 +00:00
2014-07-25 11:47:59 +00:00
2015-11-19 14:52:54 -08:00
2014-07-25 11:47:59 +00:00
2014-07-25 11:47:59 +00:00
2014-07-25 11:47:59 +00:00