compiler-builtins-zynq/src
Adrian Bunk 8a0033ebfc Fix __sync_fetch_and_nand_* for pre-v6 ARM
gcc changed semantics for __sync_fetch_and_nand_* in gcc 4.4,
and this was implementing the old semantics:
https://gcc.gnu.org/onlinedocs/gcc-8.2.0/gcc/_005f_005fsync-Builtins.html
2018-08-18 12:29:01 +03:00
..
float Merge pull request #234 from ketsuban/master 2018-04-05 10:06:16 -05:00
int Fix thumbv6m build (feature=c) 2018-02-16 17:34:01 +01:00
arm.rs Fix incorrect names used / generated on ARM 2018-03-27 14:32:01 +02:00
arm_linux.rs Fix __sync_fetch_and_nand_* for pre-v6 ARM 2018-08-18 12:29:01 +03:00
lib.rs Implement __mulsi3. 2018-07-27 23:03:24 +02:00
macros.rs Fix incorrect names used / generated on ARM 2018-03-27 14:32:01 +02:00
math.rs expose fmod{,f} symbols on thumb 2018-07-24 13:26:50 -05: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 Implement __mulsi3. 2018-07-27 23:03:24 +02: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