]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #48195 - paoloteti:compiler-builtins-update, r=alexcrichton
authorkennytm <kennytm@gmail.com>
Wed, 14 Feb 2018 08:14:50 +0000 (16:14 +0800)
committerkennytm <kennytm@gmail.com>
Wed, 14 Feb 2018 10:25:30 +0000 (18:25 +0800)
Update compiler-builtins to latest master.

- Rebase compiler-rt submodule to LLVM 6
- New VFP intrinsics on ARM
- Add generic conversion from a narrower to a wider FP type (f32 to f64)
- Fixes minor issues on _subsf3, __subdf3 and __aeabi_fcmple
- Split test suite to a separate crate


Trivial merge