Skip to content

Commit

Permalink
added version information
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyFFM committed Jul 22, 2018
1 parent 8a4f39f commit c7c9527
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions blagominer/blagominer.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

// blago version
#ifdef __AVX2__
char const *const version = "v1.170997_AVX2_BFS_DEV";
char const *const version = "v1.170997_AVX2";
#else
#ifdef __AVX__
char const *const version = "v1.170997_AVX_BFS_DEV";
char const *const version = "v1.170997_AVX";
#else
char const *const version = "v1.170997_SSE_BFS_DEV";
// char const *const version = "v1.170997_BFS_DEV";
char const *const version = "v1.170997_SSE";
// char const *const version = "v1.170997";
#endif
#endif

Expand Down

0 comments on commit c7c9527

Please sign in to comment.