rust/library/compiler-builtins/src/mem
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
..
impls.rs Use REP MOVSB/STOSB when the ERMSB feature is present (#392) 2020-11-03 08:57:08 -06:00
mod.rs Move from an "asm" flag to a "no-asm" feature flag (#386) 2020-11-09 09:24:25 -06:00
x86_64.rs Use REP MOVSB/STOSB when the ERMSB feature is present (#392) 2020-11-03 08:57:08 -06:00