Skip to content

Commit

Permalink
mention that perf.h is generated in perf.c
Browse files Browse the repository at this point in the history
#6054

This has come up a couple of times now.
  • Loading branch information
StefanKarpinski committed Mar 5, 2014
1 parent db38cdd commit c776e53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/perf/micro/perf.c
@@ -1,7 +1,10 @@
#include <complex.h>

// include header file generated by make:
#define DSFMT_MEXP 19937
#include "perf.h"

// include RNG code:
#include "../../../deps/random/randmtzig.c"

double *myrand(int n) {
Expand Down

0 comments on commit c776e53

Please sign in to comment.