From 50f88ca639fd994beb19fb755a2ec93745279ca5 Mon Sep 17 00:00:00 2001 From: Josko Date: Wed, 27 Dec 2017 14:20:48 +0100 Subject: [PATCH] aura.vcxproj: Enable SSE2 on x64. --- src/aura.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aura.vcxproj b/src/aura.vcxproj index 3fb65620..3f90acc3 100644 --- a/src/aura.vcxproj +++ b/src/aura.vcxproj @@ -109,7 +109,7 @@ false true Sync - NotSet + StreamingSIMDExtensions2 Default false