rust/library/compiler-builtins/src
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
..
float Use crate visibility for traits (#358) 2020-05-26 15:12:10 -05:00
int Move from an "asm" flag to a "no-asm" feature flag (#386) 2020-11-09 09:24:25 -06:00
mem Move from an "asm" flag to a "no-asm" feature flag (#386) 2020-11-09 09:24:25 -06:00
arm.rs Move from an "asm" flag to a "no-asm" feature flag (#386) 2020-11-09 09:24:25 -06:00
arm_linux.rs Run rustfmt over everything 2019-05-14 14:40:38 -07:00
lib.rs Move from an "asm" flag to a "no-asm" feature flag (#386) 2020-11-09 09:24:25 -06:00
macros.rs Place intrinsics in individual object files (#349) 2020-04-10 17:00:50 -05:00
math.rs math: add {fmin,fmax}{f,} for thumb*-none-eabi* (#389) 2020-10-26 11:37:02 -05:00
probestack.rs Move from an "asm" flag to a "no-asm" feature flag (#386) 2020-11-09 09:24:25 -06:00
riscv32.rs Fix compile on riscv again 2018-08-31 16:00:12 -07:00
x86.rs Move from an "asm" flag to a "no-asm" feature flag (#386) 2020-11-09 09:24:25 -06:00
x86_64.rs Move from an "asm" flag to a "no-asm" feature flag (#386) 2020-11-09 09:24:25 -06:00