summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMizuki Asakura <ed6e117f@gmail.com>2016-04-17 20:16:12 +0900
committerMatt Turner <mattst88@gentoo.org>2021-09-17 17:03:02 +0000
commiteadb82866b0f6a326a61c36f60e5c2be8f7479af (patch)
treeb8301ac1012436a628ff0dfe38de2d03aef4d870 /meson_options.txt
parent36001032b715ce5301e133fded5d06cbe4c87a43 (diff)
added aarch64 bilinear implementations (ver.4.1)
Since aarch64 has different neon syntax from aarch32 and has no support for (older) arm-simd, there are no SIMD accelerations for pixman on aarch64. We need new implementations. This patch also contains Ben Avions's series of patches for aarch32 and now the benchmark results are fine to aarch64. Please find the result at the below ticket. Added: https://bugs.freedesktop.org/show_bug.cgi?id=94758 Signed-off-by: Mizuki Asakura <ed6e117f@gmail.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index a4e0a31..8a1cfea 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -54,6 +54,11 @@ option(
description : 'Use ARM NEON intrinsic optimized paths',
)
option(
+ 'a64-neon',
+ type : 'feature',
+ description : 'Use ARM A64 NEON intrinsic optimized paths',
+)
+option(
'iwmmxt',
type : 'feature',
description : 'Use ARM IWMMXT intrinsic optimized paths',