rust/library/compiler-builtins/testcrate
Joseph Richey 5c294cedc0
Move from an "asm" flag to a "no-asm" feature flag (#386)
* Use a no-asm feature instead of an asm feature

This works better as core/alloc/std have trouble supporting default
featues in this crate.

Signed-off-by: Joe Richey <joerichey@google.com>

* Have no-asm disable arm assembly intrinsics

Signed-off-by: Joe Richey <joerichey@google.com>
2020-11-09 09:24:25 -06:00
..
benches Use REP MOVSB/STOSB when the ERMSB feature is present (#392) 2020-11-03 08:57:08 -06:00
src Run rustfmt over everything 2019-05-14 14:40:38 -07:00
tests Use REP MOVSQ/STOSQ on x86_64 (#365) 2020-10-24 10:58:04 -05:00
build.rs Merge pull request #332 from AaronKutch/issue-265 2020-09-03 20:52:23 +01:00
Cargo.toml Move from an "asm" flag to a "no-asm" feature flag (#386) 2020-11-09 09:24:25 -06:00