diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-04-21 09:28:25 +0100 |
---|---|---|
committer | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-04-21 09:28:36 +0100 |
commit | 259b0b3a23dfac55d7440e206738694cb5fd5e2c (patch) | |
tree | c4d369b1b6b82166c2c29cfc531da099aaf209c3 /xmr-stak-cpu.cbp | |
parent | 1b56eab73043ce4094e6ee6b3886f169a605a080 (diff) | |
download | xmr-stak-259b0b3a23dfac55d7440e206738694cb5fd5e2c.zip xmr-stak-259b0b3a23dfac55d7440e206738694cb5fd5e2c.tar.gz |
Faster multiplication
Diffstat (limited to 'xmr-stak-cpu.cbp')
-rw-r--r-- | xmr-stak-cpu.cbp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmr-stak-cpu.cbp b/xmr-stak-cpu.cbp index cc606fd..8df8044 100644 --- a/xmr-stak-cpu.cbp +++ b/xmr-stak-cpu.cbp @@ -59,7 +59,7 @@ </Target> </Build> <Compiler> - <Add option="-march=westmere" /> + <Add option="-march=haswell" /> <Add option="-Wall" /> </Compiler> <Linker> |