summaryrefslogtreecommitdiff
path: root/external/glew/glew-msvc-disable-sse2.patch.1
blob: 6b07044f55071b8d53406c87b20e74acac129885 (plain)
1
2
3
4
5
6
7
8
9
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>