rust/src/librustc_back
Alex Crichton 1cf510d1de rustc: Don't enable NEON by default on armv7 Linux
One of the primary platforms for the `armv7-unknown-linux-gnueabihf` target,
Linux distributions, do not enable NEON extensions by default. This PR disables
that feature by defualt but enables the `d16` feature which enables VFP3D16 that
distributions do enable.

Closes #35590
2016-08-19 10:16:42 -07:00
..
target rustc: Don't enable NEON by default on armv7 Linux 2016-08-19 10:16:42 -07:00
Cargo.toml rustc: move rustc_front to rustc::hir. 2016-04-06 09:01:55 +03:00
dynamic_lib.rs std: Stabilize APIs for the 1.10 release 2016-05-24 09:00:39 -07:00
lib.rs std: Stabilize APIs for the 1.10 release 2016-05-24 09:00:39 -07:00
rpath.rs Pass --enable-new-dtags to GNU ld 2015-12-15 21:20:44 -05:00
sha2.rs Improve internal documentation and code style 2016-05-21 08:51:08 -05:00
slice.rs std: Stabilize library APIs for 1.5 2015-10-25 09:36:32 -07:00
tempdir.rs try! -> ? 2016-03-22 22:01:37 -05:00