mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
change include path to build on linux, fix .gitignore
This commit is contained in:
parent
73efb79032
commit
d5140c2d34
2 changed files with 3 additions and 2 deletions
3
test/.gitignore
vendored
3
test/.gitignore
vendored
|
@ -4,5 +4,6 @@
|
||||||
/test-double
|
/test-double
|
||||||
/test-double-system
|
/test-double-system
|
||||||
/test-double.dSYM
|
/test-double.dSYM
|
||||||
/libm-bench
|
/bench-openlibm
|
||||||
|
/bench-syslibm
|
||||||
/*.exe
|
/*.exe
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// Benchmark on libm functions
|
// Benchmark on libm functions
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <sys/time.h>
|
#include <time.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue