diff options
Diffstat (limited to 'external/glew/glew-msvc-disable-sse2.patch.1')
-rw-r--r-- | external/glew/glew-msvc-disable-sse2.patch.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/external/glew/glew-msvc-disable-sse2.patch.1 b/external/glew/glew-msvc-disable-sse2.patch.1 new file mode 100644 index 000000000000..6b07044f5507 --- /dev/null +++ b/external/glew/glew-msvc-disable-sse2.patch.1 @@ -0,0 +1,10 @@ +--- glew/build//vc10/common.props.orig 2014-10-02 15:06:57.027060664 +0200 ++++ glew/build//vc10/common.props 2014-10-02 15:06:59.026060509 +0200 +@@ -10,6 +10,7 @@ + <ItemDefinitionGroup> + <ClCompile> + <AdditionalIncludeDirectories>$(INCLUDE_DIR)</AdditionalIncludeDirectories> ++ <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> + </ClCompile> + </ItemDefinitionGroup> + <ItemGroup> |