-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Enable vfp3-d16 for ARMv7 Android target #33115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Android's [armeabi-v7a ABI][1] guarantees at least VFPv3-d16 hardware FPU support, so Rust should include this in the default features for the arm-linux-androideabi target. [1]: https://developer.android.com/ndk/guides/abis.html
r? @nrc (rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ |
📌 Commit 4d7b930 has been approved by |
⌛ Testing commit 4d7b930 with merge 3d7145e... |
💔 Test failed - auto-win-msvc-64-opt-mir |
@bors: retry On Fri, Apr 22, 2016 at 8:33 AM, bors [email protected] wrote:
|
⌛ Testing commit 4d7b930 with merge 7a7e541... |
💔 Test failed - auto-win-msvc-32-opt |
@bors: retry On Sat, Apr 23, 2016 at 11:06 AM, bors [email protected] wrote:
|
⌛ Testing commit 4d7b930 with merge bc6b203... |
💔 Test failed - auto-win-msvc-32-opt |
@bors: retry On Saturday, April 23, 2016, bors [email protected] wrote:
|
⌛ Testing commit 4d7b930 with merge 5261cd8... |
💔 Test failed - auto-win-msvc-32-opt |
@bors: retry On Sat, Apr 23, 2016 at 10:25 PM, bors [email protected] wrote:
|
⌛ Testing commit 4d7b930 with merge e6aa77d... |
💔 Test failed - auto-win-gnu-32-opt-rustbuild |
@bors: retry On Sun, Apr 24, 2016 at 1:54 AM, bors [email protected] wrote:
|
⌛ Testing commit 4d7b930 with merge 8324db2... |
💔 Test failed - auto-linux-64-cargotest |
@bors: retry On Sun, Apr 24, 2016 at 5:04 PM, bors [email protected] wrote:
|
Enable vfp3-d16 for ARMv7 Android target Android's [armeabi-v7a ABI][1] guarantees at least VFPv3-d16 hardware FPU support, so Rust should include this in the default features for the `arm-linux-androideabi` target. [1]: https://developer.android.com/ndk/guides/abis.html
💔 Test failed - auto-win-gnu-32-opt |
@bors retry |
⌛ Testing commit 4d7b930 with merge bd93816... |
Enable vfp3-d16 for ARMv7 Android target Android's [armeabi-v7a ABI][1] guarantees at least VFPv3-d16 hardware FPU support, so Rust should include this in the default features for the `arm-linux-androideabi` target. [1]: https://developer.android.com/ndk/guides/abis.html
Android's armeabi-v7a ABI guarantees at least VFPv3-d16 hardware FPU support, so Rust should include this in the default features for the
arm-linux-androideabi
target.