Files
sdk/tests/corelib
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
..
2015-03-25 07:01:46 +00:00
2015-08-11 10:07:10 +02:00
2013-05-03 12:12:17 +00:00
2015-08-11 10:07:10 +02:00
2015-08-11 10:07:10 +02:00
2013-11-01 17:02:27 +00:00
2013-11-01 17:02:27 +00:00
2013-11-01 17:02:27 +00:00
2015-08-11 10:07:10 +02:00
2013-10-24 08:44:32 +00:00
2014-06-26 11:49:11 +00:00