mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
9 lines
117 B
C
9 lines
117 B
C
#ifndef __BLAKE512_CONFIG_H__
|
|
#define __BLAKE512_CONFIG_H__
|
|
|
|
#define AVOID_BRANCHING 1
|
|
//#define HAVE_XOP 1
|
|
|
|
#endif
|
|
|