forked from amazingfate/loongoffice
fdo#82430: MSVC build: avoid using SSE2 instructions in some externals
Hopefully this should fix up the most important external libraries. Change-Id: I744cb5a2ce7fafb10852059050cf24589d6ca400
This commit is contained in:
12
external/python3/python-msvc-disable-sse2.patch.1
vendored
Normal file
12
external/python3/python-msvc-disable-sse2.patch.1
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
fdo#82430 disable SSE2 default of MSVC2012
|
||||
|
||||
--- python3/PCbuild/release.props.old 2014-10-01 23:47:33.348095403 +0200
|
||||
+++ python3/PCbuild/release.props 2014-10-01 23:48:05.051092945 +0200
|
||||
@@ -9,6 +9,7 @@
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
+ <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
Reference in New Issue
Block a user