changed default high

This commit is contained in:
rcxpony 2025-03-10 20:39:24 +05:00
parent 26bd90f022
commit 7063b1fc3f

View File

@ -12,7 +12,7 @@
#include <immintrin.h>
struct option {
unsigned proc = 0;
std::atomic<unsigned int> high;
std::atomic<unsigned int> high = 0x14;
//std::string outputfile;
};
static option conf;