compiler-builtins-zynq/src
Paolo Teti 45f924ece5 Add generic conversion from a narrower to a wider FP type
Add `extend` module to implement conversion from a narrower to a wider
floating-point type.

This implementation is only intended to support *widening* operations.
Module to convert a *narrower* floating-point will be added in the future.
2018-02-08 18:20:45 +01:00
..
float Add generic conversion from a narrower to a wider FP type 2018-02-08 18:20:45 +01:00
int Fix nightly CI 2017-12-08 08:19:28 -08: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 Fix argument order for __sync_val_compare_and_swap 2017-12-23 08:45:25 +01:00
lib.rs Simplify how testing is done 2018-01-31 11:32:20 -08:00
macros.rs Simplify how testing is done 2018-01-31 11:32:20 -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 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