mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
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'
This commit is contained in:
parent
abeae3c006
commit
0b795abd62
4
benchtests/libmvec/cospi-inputs
Normal file
4
benchtests/libmvec/cospi-inputs
Normal file
@ -0,0 +1,4 @@
|
||||
## args: double
|
||||
## ret: double
|
||||
## includes: math.h
|
||||
0.0
|
4
benchtests/libmvec/cospif-inputs
Normal file
4
benchtests/libmvec/cospif-inputs
Normal file
@ -0,0 +1,4 @@
|
||||
## args: float
|
||||
## ret: float
|
||||
## includes: math.h
|
||||
0.0
|
4
benchtests/libmvec/sinpi-inputs
Normal file
4
benchtests/libmvec/sinpi-inputs
Normal file
@ -0,0 +1,4 @@
|
||||
## args: double
|
||||
## ret: double
|
||||
## includes: math.h
|
||||
0.0
|
4
benchtests/libmvec/sinpif-inputs
Normal file
4
benchtests/libmvec/sinpif-inputs
Normal file
@ -0,0 +1,4 @@
|
||||
## args: float
|
||||
## ret: float
|
||||
## includes: math.h
|
||||
0.0
|
4
benchtests/libmvec/tanpi-inputs
Normal file
4
benchtests/libmvec/tanpi-inputs
Normal file
@ -0,0 +1,4 @@
|
||||
## args: double
|
||||
## ret: double
|
||||
## includes: math.h
|
||||
0.0
|
4
benchtests/libmvec/tanpif-inputs
Normal file
4
benchtests/libmvec/tanpif-inputs
Normal file
@ -0,0 +1,4 @@
|
||||
## args: float
|
||||
## ret: float
|
||||
## includes: math.h
|
||||
0.0
|
Loading…
Reference in New Issue
Block a user