mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-31 01:22:53 -05:00
Add vzeroupper for processors with AVX
To avoid false dependencies on upper 128 bits of YMM registers.
This commit is contained in:
@@ -73,6 +73,7 @@ namespace randomx {
|
||||
uint32_t vm_flags;
|
||||
|
||||
static bool BranchesWithin32B;
|
||||
bool hasAVX;
|
||||
|
||||
static void applyTweaks();
|
||||
void generateProgramPrologue(Program&, ProgramConfiguration&);
|
||||
|
||||
Reference in New Issue
Block a user