]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #49857 - Amanieu:aarch64_fp, r=alexcrichton
authorkennytm <kennytm@gmail.com>
Wed, 11 Apr 2018 17:00:56 +0000 (01:00 +0800)
committerkennytm <kennytm@gmail.com>
Wed, 11 Apr 2018 19:23:22 +0000 (03:23 +0800)
Fix "fp" target feature for AArch64

This fixes the following warning on AArch64:
```
'+fp' is not a recognized feature for this target (ignoring feature)
```

Fixes #49782


Trivial merge