aarch64: Fix libmvec benchmarks
commitbd70d3bacfcd53b04b5b5dd7a5d10062ac6fa50a
authorJoe Ramsay <Joe.Ramsay@arm.com>
Tue, 21 Nov 2023 14:39:39 +0000 (21 14:39 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Wed, 22 Nov 2023 09:10:43 +0000 (22 09:10 +0000)
tree99e0409a5de9b3e0562be3e609a857035df9ee0e
parent5d7f1bce7d8eea31f4baeb68bcc3124b35acc751
aarch64: Fix libmvec benchmarks

These were broken by the new atan2 functions, as they were only
set up for univariate functions. Arity is now detected from the
input file - this revealed a mistake that the double-precision
inputs were being used for both single- and double-precision
routines, which is now remedied.
sysdeps/aarch64/fpu/scripts/bench_libmvec_advsimd.py
sysdeps/aarch64/fpu/scripts/bench_libmvec_sve.py