about summary refs log tree commit diff
path: root/benchtests/trunc-inputs
Commit message (Collapse)AuthorAgeFilesLines
* Add benchtests for trunc and truncf.Joseph Myers2017-09-191-0/+22
This patch adds benchtests for the trunc and truncf functions. The inputs listed are fairly arbitrary; I do not assert they are representative of any particular application. * benchtests/Makefile (bench-math): Add trunc and truncf. (CFLAGS-bench-trunc.c): New variable. (CFLAGS-bench-truncf.c): Likewise. * benchtests/trunc-inputs: New file. * benchtests/truncf-inputs: Likewise.