Refactoring.

This commit is contained in:
Lewis Van Winkle
2016-02-24 19:02:19 -06:00
parent db29d5ad73
commit 75daaf891a
3 changed files with 63 additions and 67 deletions

View File

@@ -33,8 +33,9 @@
typedef double (*function1)(double);
void bench(const char *expr, te_fun1 func) {
void bench(const char *expr, function1 func) {
int i, j;
volatile double d;
double tmp;