compiler-builtins-zynq/src
Cyryl Płotnicki b570ccfd2d Fix compilation on new nightly.
Compilation on rustc 1.33.0-nightly (c76f3c374 2019-01-18) failed with
```
error: the feature `cfg_target_vendor` has been stable since 1.33.0 and no longer requires an attribute to enable
  --> src/lib.rs:19:12
   |
19 | #![feature(cfg_target_vendor)]
   |            ^^^^^^^^^^^^^^^^^
   |
```

Removed the attribute to make it compile.
2019-01-20 09:33:55 +00:00
..
float Revert "Conversion from a wider to a narrower IEEE-754 floating-point type" 2018-10-30 10:51:11 -07:00
int Attempt to use `intrinsics!` 2019-01-04 19:17:02 -07:00
arm.rs Move clzi2 into the int module 2018-12-21 18:02:12 -07:00
arm_linux.rs Fix __sync_fetch_and_nand_* for pre-v6 ARM 2018-08-18 12:29:01 +03:00
lib.rs Fix compilation on new nightly. 2019-01-20 09:33:55 +00:00
macros.rs Fix incorrect names used / generated on ARM 2018-03-27 14:32:01 +02:00
math.rs Fix SGX target_env collision 2019-01-03 12:53:08 -08:00
mem.rs optimize 32-bit aligned mem{cpy,clr,set} intrinsics for ARM 2017-06-29 22:40:58 -05:00
probestack.rs Explain why we need extra check in probestack. 2018-05-28 13:29:35 +09:00
riscv32.rs Fix compile on riscv again 2018-08-31 16:00:12 -07:00
x86.rs Add "volatile" and "memory" clobber to asm! that doesn't fall through. 2017-11-15 12:49:10 -08:00
x86_64.rs Add "volatile" and "memory" clobber to asm! that doesn't fall through. 2017-11-15 12:49:10 -08:00