Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[benchtests] Use inputs file for modf
The modf benchmark can now use the framework since the introduction of
output arguments.
  • Loading branch information
Siddhesh Poyarekar committed Mar 29, 2014
1 parent 289e077 commit cf806af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 44 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2014-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>

* benchtests/bench-modf.c: Remove.
* benchtests/modf-inputs: New inputs file.

2014-03-28 Joseph Myers <joseph@codesourcery.com>

[BZ #16362]
Expand Down
44 changes: 0 additions & 44 deletions benchtests/bench-modf.c

This file was deleted.

4 changes: 4 additions & 0 deletions benchtests/modf-inputs
@@ -0,0 +1,4 @@
## includes: math.h
## args: double:<double *>
42.0
-42.0

0 comments on commit cf806af

Please sign in to comment.