From f567ea1e2798fd3156a416e61f083ea3e6b95719 Mon Sep 17 00:00:00 2001 From: sanine Date: Wed, 12 Oct 2022 13:26:36 -0500 Subject: add pixman and libpng --- libs/pixman-0.40.0/arm-simd-test.S | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libs/pixman-0.40.0/arm-simd-test.S (limited to 'libs/pixman-0.40.0/arm-simd-test.S') diff --git a/libs/pixman-0.40.0/arm-simd-test.S b/libs/pixman-0.40.0/arm-simd-test.S new file mode 100644 index 0000000..910c814 --- /dev/null +++ b/libs/pixman-0.40.0/arm-simd-test.S @@ -0,0 +1,10 @@ +.text +.arch armv6 +.object_arch armv4 +.arm +.altmacro +#ifndef __ARM_EABI__ +#error EABI is required (to be sure that calling conventions are compatible) +#endif +pld [r0] +uqadd8 r0, r0, r0 -- cgit v1.2.1