add benchmark to app. TODO: test benchmark.
This commit is contained in:
parent
4783f3019b
commit
2c81284bed
|
@ -20,8 +20,8 @@
|
||||||
|
|
||||||
#ifdef RAND_MAX
|
#ifdef RAND_MAX
|
||||||
#undef RAND_MAX
|
#undef RAND_MAX
|
||||||
#define RAND_MAX ((1U << 15) - 1)
|
|
||||||
#endif
|
#endif
|
||||||
|
#define RAND_MAX ((1U << 15) - 1)
|
||||||
|
|
||||||
/* Common understanding of a "small value" (epsilon) for floating point
|
/* Common understanding of a "small value" (epsilon) for floating point
|
||||||
comparisons. */
|
comparisons. */
|
||||||
|
|
Loading…
Reference in New Issue