compiler-builtins-zynq/src
Dan Gohman a6ecd1a73f Add "volatile" and "memory" clobber to asm! that doesn't fall through.
Use the "volatile" option and the "memory" clobber on inline asm that does
things like return directly, to reduce the chances of compilers rearranging
the code.
2017-11-15 12:49:10 -08:00
..
float Implement divsf3 and divdf3 2017-11-13 20:22:27 -05:00
int Implement mulsf3 and muldf3 2017-11-08 17:36:34 -05:00
arm.rs Add "volatile" and "memory" clobber to asm! that doesn't fall through. 2017-11-15 12:49:10 -08:00
arm_linux.rs Add atomic support for pre-ARMv6 on Linux 2017-10-05 12:44:12 +01:00
lib.rs Add atomic support for pre-ARMv6 on Linux 2017-10-05 12:44:12 +01:00
macros.rs Prepare this crate for more wasm32 compatibility 2017-11-01 19:29:41 -07:00
mem.rs optimize 32-bit aligned mem{cpy,clr,set} intrinsics for ARM 2017-06-29 22:40:58 -05:00
probestack.rs Add "volatile" and "memory" clobber to asm! that doesn't fall through. 2017-11-15 12:49:10 -08: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