summaryrefslogtreecommitdiff
path: root/a64-neon-test.S
Commit message (Collapse)AuthorAgeFilesLines
* added aarch64 bilinear implementations (ver.4.1)Mizuki Asakura2021-09-171-0/+5
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>