changed default high
This commit is contained in:
parent
26bd90f022
commit
7063b1fc3f
@ -12,7 +12,7 @@
|
|||||||
#include <immintrin.h>
|
#include <immintrin.h>
|
||||||
struct option {
|
struct option {
|
||||||
unsigned proc = 0;
|
unsigned proc = 0;
|
||||||
std::atomic<unsigned int> high;
|
std::atomic<unsigned int> high = 0x14;
|
||||||
//std::string outputfile;
|
//std::string outputfile;
|
||||||
};
|
};
|
||||||
static option conf;
|
static option conf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user