mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
3d7202bad3
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 . |
||
---|---|---|
.. | ||
all.gypi | ||
configurations.gypi | ||
configurations_android.gypi | ||
configurations_make.gypi | ||
configurations_msvs.gypi | ||
configurations_xcode.gypi | ||
find_mac_gcc_version.py | ||
find_mac_sdk.py | ||
msvs.gypi | ||
xcode.gypi |