Skip to content

Commit c013779

Browse files
committed
Merge pull request #70 from JuliaLang/sb/bench
change include path to build on linux, fix .gitignore
2 parents 73efb79 + d5140c2 commit c013779

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

test/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
/test-double
55
/test-double-system
66
/test-double.dSYM
7-
/libm-bench
7+
/bench-openlibm
8+
/bench-syslibm
89
/*.exe

test/libm-bench.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Benchmark on libm functions
44

55
#include <math.h>
6-
#include <sys/time.h>
6+
#include <time.h>
77
#include <stdio.h>
88
#include <stdlib.h>
99

0 commit comments

Comments
 (0)