aboutsummaryrefslogtreecommitdiff
path: root/benchtests/lrintf-inputs
AgeCommit message (Collapse)AuthorFilesLines
2024-02-23benchtests: Add more benchtests for rounding functions.Junxian Zhu1-0/+21
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>