diff options
Diffstat (limited to 'libs/pixman-0.40.0/neon-test.S')
-rw-r--r-- | libs/pixman-0.40.0/neon-test.S | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libs/pixman-0.40.0/neon-test.S b/libs/pixman-0.40.0/neon-test.S new file mode 100644 index 0000000..c30a399 --- /dev/null +++ b/libs/pixman-0.40.0/neon-test.S @@ -0,0 +1,12 @@ +.text +.fpu neon +.arch armv7a +.object_arch armv4 +.eabi_attribute 10, 0 +.arm +.altmacro +#ifndef __ARM_EABI__ +#error EABI is required (to be sure that calling conventions are compatible) +#endif +pld [r0] +vmovn.u16 d0, q0 |