summaryrefslogtreecommitdiff
path: root/pixman/pixman-arm.c
diff options
context:
space:
mode:
Diffstat (limited to 'pixman/pixman-arm.c')
-rw-r--r--pixman/pixman-arm.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/pixman/pixman-arm.c b/pixman/pixman-arm.c
index 4a2ae85..a164b7f 100644
--- a/pixman/pixman-arm.c
+++ b/pixman/pixman-arm.c
@@ -246,5 +246,11 @@ _pixman_arm_get_implementations (pixman_implementation_t *imp)
imp = _pixman_implementation_create_arm_neon (imp);
#endif
+#ifdef USE_ARM_A64_NEON
+ /* neon is a part of aarch64 */
+ if (!_pixman_disabled ("arm-neon"))
+ imp = _pixman_implementation_create_arm_neon (imp);
+#endif
+
return imp;
}