glibc/benchtests/libmvec
Florian Weimer 0b795abd62 benchtests: Add dummy in put files cospi, cospif, sinpi, sinpif, tanpi, tanpif
This fixes an AArch64 build failure:

python3 -B ../sysdeps/aarch64/fpu/scripts/bench_libmvec_advsimd.py bench-float-advsimd-cospi > …/benchtests/bench-float-advsimd-cospi.c
Traceback (most recent call last):
  File "…/sysdeps/aarch64/fpu/scripts/bench_libmvec_advsimd.py", line 106, in <module>
    main(sys.argv[1])
    ~~~~^^^^^^^^^^^^^
  File "…/sysdeps/aarch64/fpu/scripts/bench_libmvec_advsimd.py", line 81, in main
    with open(f"../benchtests/libmvec/{input_filename}") as f:
         ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

FileNotFoundError: [Errno 2] No such file or directory: '../benchtests/libmvec/cospif-inputs'
2025-01-16 19:59:58 +01:00
..
acos-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
acosf-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
acosh-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
acoshf-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
asin-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
asinf-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
asinh-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
asinhf-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
atan-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
atan2-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
atan2f-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
atanf-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
atanh-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
atanhf-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
cbrt-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
cbrtf-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
cos-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
cosf-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
cosh-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
coshf-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
cospi-inputs benchtests: Add dummy in put files cospi, cospif, sinpi, sinpif, tanpi, tanpif 2025-01-16 19:59:58 +01:00
cospif-inputs benchtests: Add dummy in put files cospi, cospif, sinpi, sinpif, tanpi, tanpif 2025-01-16 19:59:58 +01:00
erf-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
erfc-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
erfcf-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
erff-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
exp-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
exp2-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
exp2f-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
exp10-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
exp10f-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
expf-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
expm1-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
expm1f-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
hypot-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
hypotf-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
log-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
log1p-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
log1pf-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
log2-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
log2f-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
log10-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
log10f-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
logf-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
pow-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
powf-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
sin-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
sinf-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
sinh-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
sinhf-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
sinpi-inputs benchtests: Add dummy in put files cospi, cospif, sinpi, sinpif, tanpi, tanpif 2025-01-16 19:59:58 +01:00
sinpif-inputs benchtests: Add dummy in put files cospi, cospif, sinpi, sinpif, tanpi, tanpif 2025-01-16 19:59:58 +01:00
tan-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
tanf-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
tanh-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
tanhf-inputs benchtests: Move libmvec benchtest inputs to benchtests directory 2023-03-27 17:04:03 +01:00
tanpi-inputs benchtests: Add dummy in put files cospi, cospif, sinpi, sinpif, tanpi, tanpif 2025-01-16 19:59:58 +01:00
tanpif-inputs benchtests: Add dummy in put files cospi, cospif, sinpi, sinpif, tanpi, tanpif 2025-01-16 19:59:58 +01:00