diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-03-29 09:35:50 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-03-29 09:35:50 +0530 |
commit | cf806aff6067273307d958f35c0a4cd0b0d40e80 (patch) | |
tree | 044334ec07983c6d08abfa1844213f2d81bf0274 /benchtests/modf-inputs | |
parent | 289e0779571a36a8f30ae0408b4902bb7f2ab92e (diff) | |
download | glibc-cf806aff6067273307d958f35c0a4cd0b0d40e80.tar.gz glibc-cf806aff6067273307d958f35c0a4cd0b0d40e80.tar.xz glibc-cf806aff6067273307d958f35c0a4cd0b0d40e80.zip |
[benchtests] Use inputs file for modf
The modf benchmark can now use the framework since the introduction of output arguments.
Diffstat (limited to 'benchtests/modf-inputs')
-rw-r--r-- | benchtests/modf-inputs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/benchtests/modf-inputs b/benchtests/modf-inputs new file mode 100644 index 0000000000..4fcc99b613 --- /dev/null +++ b/benchtests/modf-inputs @@ -0,0 +1,4 @@ +## includes: math.h +## args: double:<double *> +42.0 +-42.0 |