Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-06-02 21:05:20 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-06-03 08:30:26 +0300
commita80e907903a7e8ba6af91cb75ecde485a5b9ebfd (patch)
treecd503ac5d3e9c269f5c209c4710fd3fddc7bd584 /distrib
parenta2130b37db66bf0c8329ea4709d3adf09df9134b (diff)
Switch to SSE2.
Diffstat (limited to 'distrib')
-rw-r--r--distrib/mpc-hc_setup.iss4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/mpc-hc_setup.iss b/distrib/mpc-hc_setup.iss
index 27a4501a8..85cf877dc 100644
--- a/distrib/mpc-hc_setup.iss
+++ b/distrib/mpc-hc_setup.iss
@@ -1,4 +1,4 @@
-; (C) 2009-2016 see Authors.txt
+; (C) 2009-2017 see Authors.txt
;
; This file is part of MPC-HC.
;
@@ -40,7 +40,7 @@
#define localize = "true"
#endif
#endif
-#define sse_required
+#define sse2_required
; From now on you shouldn't need to change anything