]> git.ipfire.org Git - thirdparty/glibc.git/commit
benchtests: Add more benchtests for rounding functions.
authorJunxian Zhu <zhujunxian@oss.cipunited.com>
Mon, 22 Jan 2024 02:16:19 +0000 (10:16 +0800)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 23 Feb 2024 11:50:00 +0000 (08:50 -0300)
commit0a4d6c825405bb0dd5058566b01f12704cfc3731
tree24a3fa943b4b192dad00374714df91fd2be11345
parent59e0441d4a1198aa9d21643a6e4f370faec4ffbf
benchtests: Add more benchtests for rounding functions.

This patch adds more benchtests for rounding functions.
The double inputs are copied from trunc-inputs, the float inputs are copied from truncf-inputs. and the rintf is copied from rint-inputs.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
12 files changed:
benchtests/Makefile
benchtests/ceil-inputs [new file with mode: 0644]
benchtests/ceilf-inputs [new file with mode: 0644]
benchtests/floor-inputs [new file with mode: 0644]
benchtests/floorf-inputs [new file with mode: 0644]
benchtests/llrint-inputs [new file with mode: 0644]
benchtests/llrintf-inputs [new file with mode: 0644]
benchtests/lrint-inputs [new file with mode: 0644]
benchtests/lrintf-inputs [new file with mode: 0644]
benchtests/nearbyint-inputs [new file with mode: 0644]
benchtests/nearbyintf-inputs [new file with mode: 0644]
benchtests/rintf-inputs [new file with mode: 0644]