summaryrefslogtreecommitdiff
path: root/gfx/cairo/libpixman/src/pixman-arm-neon-asm-bilinear.S
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-04-05 14:51:06 +0200
committerMoonchild <moonchild@palemoon.org>2022-04-05 14:51:06 +0200
commit6e6b5d89964ea726b264c711bdf6f02fe0c006f5 (patch)
treea56f756f47a7ae3e45d66ccf02279ac2d22f0d1f /gfx/cairo/libpixman/src/pixman-arm-neon-asm-bilinear.S
parent12635c1c22573509bd33bcdb13be0e9aa4676a4a (diff)
downloaduxp-6e6b5d89964ea726b264c711bdf6f02fe0c006f5.tar.gz
Issue #1795 - Update libpixman
Diffstat (limited to 'gfx/cairo/libpixman/src/pixman-arm-neon-asm-bilinear.S')
-rw-r--r--gfx/cairo/libpixman/src/pixman-arm-neon-asm-bilinear.S12
1 files changed, 1 insertions, 11 deletions
diff --git a/gfx/cairo/libpixman/src/pixman-arm-neon-asm-bilinear.S b/gfx/cairo/libpixman/src/pixman-arm-neon-asm-bilinear.S
index e37b5c298e..0fd92d61c5 100644
--- a/gfx/cairo/libpixman/src/pixman-arm-neon-asm-bilinear.S
+++ b/gfx/cairo/libpixman/src/pixman-arm-neon-asm-bilinear.S
@@ -65,23 +65,13 @@
.p2align 2
#include "pixman-private.h"
+#include "pixman-arm-asm.h"
#include "pixman-arm-neon-asm.h"
/*
* Bilinear macros from pixman-arm-neon-asm.S
*/
-/* Supplementary macro for setting function attributes */
-.macro pixman_asm_function fname
- .func fname
- .global fname
-#ifdef __ELF__
- .hidden fname
- .type fname, %function
-#endif
-fname:
-.endm
-
/*
* Bilinear scaling support code which tries to provide pixel fetching, color
* format conversion, and interpolation as separate macros which can be used