Skip to content

Commit

Permalink
Modified for longer loop
Browse files Browse the repository at this point in the history
  • Loading branch information
paulborile committed Sep 11, 2017
1 parent d16e08f commit 6ffb53e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dhry.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
/*#define LOOPS 50000 use this for slow or 16 bit machines */
/* #define LOOPS 5000000 use this for faster machines */
// #define LOOPS 25000000 /* use this for faster machines */
#define LOOPS 100000000 /* use this for faster machines */
// #define LOOPS 100000000 /* use this for faster machines */
#define LOOPS 800000000 /* use this for faster machines */

/* Compiler dependant options */
#undef NOENUM /* define if compiler has no enums's */
Expand Down

0 comments on commit 6ffb53e

Please sign in to comment.