Skip to content

Commit 50a1a75

Browse files
author
WiSo
committed
[WIN32] enable sse for all projects in release target
1 parent 1798254 commit 50a1a75

File tree

31 files changed

+34
-3
lines changed

31 files changed

+34
-3
lines changed

lib/cmyth/Win32/libcmyth.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
<WarningLevel>Level3</WarningLevel>
102102
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
103103
<CompileAs>CompileAsC</CompileAs>
104+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
104105
</ClCompile>
105106
<Link>
106107
<AdditionalDependencies>ws2_32.lib;mysqlclient.lib;%(AdditionalDependencies)</AdditionalDependencies>

lib/cpluff/libcpluff/win32/cpluff.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
</PrecompiledHeader>
9191
<WarningLevel>Level3</WarningLevel>
9292
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
93+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
9394
</ClCompile>
9495
<Link>
9596
<AdditionalDependencies>libexpat.lib;%(AdditionalDependencies)</AdditionalDependencies>

lib/cximage-6.0/jasper/jasper.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
<WarningLevel>Level2</WarningLevel>
122122
<SuppressStartupBanner>true</SuppressStartupBanner>
123123
<CompileAs>Default</CompileAs>
124+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
124125
</ClCompile>
125126
<ResourceCompile>
126127
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

lib/cximage-6.0/jbig/jbig.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
<ProgramDataBaseFileName>$(Configuration)\vs2010\</ProgramDataBaseFileName>
9595
<WarningLevel>Level3</WarningLevel>
9696
<SuppressStartupBanner>true</SuppressStartupBanner>
97+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
9798
</ClCompile>
9899
<ResourceCompile>
99100
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

lib/cximage-6.0/jpeg/Jpeg.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
<ProgramDataBaseFileName>$(Configuration)\vs2010\</ProgramDataBaseFileName>
162162
<WarningLevel>Level3</WarningLevel>
163163
<SuppressStartupBanner>true</SuppressStartupBanner>
164+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
164165
</ClCompile>
165166
<ResourceCompile>
166167
<Culture>0x0809</Culture>

lib/cximage-6.0/mng/mng.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@
169169
<ProgramDataBaseFileName>$(Configuration)\vs2010\</ProgramDataBaseFileName>
170170
<WarningLevel>Level3</WarningLevel>
171171
<SuppressStartupBanner>true</SuppressStartupBanner>
172+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
172173
</ClCompile>
173174
<ResourceCompile>
174175
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

lib/cximage-6.0/png/png.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
<WarningLevel>Level3</WarningLevel>
147147
<SuppressStartupBanner>true</SuppressStartupBanner>
148148
<CompileAs>Default</CompileAs>
149+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
149150
</ClCompile>
150151
<ResourceCompile>
151152
<Culture>0x0809</Culture>

lib/cximage-6.0/raw/libdcr.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
<ProgramDataBaseFileName>$(Configuration)\vs2010\</ProgramDataBaseFileName>
9595
<WarningLevel>Level3</WarningLevel>
9696
<SuppressStartupBanner>true</SuppressStartupBanner>
97+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
9798
</ClCompile>
9899
<ResourceCompile>
99100
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

lib/cximage-6.0/tiff/Tiff.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
<WarningLevel>Level3</WarningLevel>
123123
<SuppressStartupBanner>true</SuppressStartupBanner>
124124
<CompileAs>Default</CompileAs>
125+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
125126
</ClCompile>
126127
<ResourceCompile>
127128
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

lib/cximage-6.0/zlib/zlib.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
<ProgramDataBaseFileName>$(Configuration)\vs2010\</ProgramDataBaseFileName>
169169
<WarningLevel>Level3</WarningLevel>
170170
<SuppressStartupBanner>true</SuppressStartupBanner>
171+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
171172
</ClCompile>
172173
<ResourceCompile>
173174
<Culture>0x0809</Culture>

lib/enca/libenca_win32/libenca_win32.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
</PrecompiledHeader>
7676
<WarningLevel>Level3</WarningLevel>
7777
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
78+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
7879
</ClCompile>
7980
<Lib>
8081
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>

lib/freetype/builds/win32/vs2010/freetype.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
</DebugInformationFormat>
160160
<CompileAs>Default</CompileAs>
161161
<DisableSpecificWarnings>4001;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
162+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
162163
</ClCompile>
163164
<ResourceCompile>
164165
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

lib/libXDAAP/libXDAAP_win32/libXDAAP_win32.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
<DebugInformationFormat>
7878
</DebugInformationFormat>
7979
<CompileAs>CompileAsC</CompileAs>
80+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
8081
</ClCompile>
8182
<Lib>
8283
<OutputFile>$(OutDir)$(TargetFileName)</OutputFile>

lib/libapetag/libapetag.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
</PrecompiledHeader>
7777
<WarningLevel>Level3</WarningLevel>
7878
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
79+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
7980
</ClCompile>
8081
<Lib>
8182
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>

lib/libass/xbmc/libass_win32/libass_win32_vs2010.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
<DebugInformationFormat>
102102
</DebugInformationFormat>
103103
<DisableSpecificWarnings>4001;4996;4244;4267;4018;4005;%(DisableSpecificWarnings)</DisableSpecificWarnings>
104+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
104105
</ClCompile>
105106
<Link>
106107
<AdditionalDependencies>fontconfig.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>

lib/libexif/libexif.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
</PrecompiledHeader>
124124
<WarningLevel>Level3</WarningLevel>
125125
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
126+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
126127
</ClCompile>
127128
<Link>
128129
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>

lib/libhdhomerun/hdhomerun/hdhomerun.vcxproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
<WarningLevel>Level3</WarningLevel>
107107
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
108108
<CompileAs>CompileAsCpp</CompileAs>
109+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
109110
</ClCompile>
110111
<Link>
111112
<AdditionalDependencies>ws2_32.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
@@ -158,4 +159,4 @@
158159
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
159160
<ImportGroup Label="ExtensionTargets">
160161
</ImportGroup>
161-
</Project>
162+
</Project>

lib/libhts/Win32/libhts_2010.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
</PrecompiledHeader>
7878
<WarningLevel>Level3</WarningLevel>
7979
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
80+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
8081
</ClCompile>
8182
<Lib>
8283
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>

lib/liblame/vc_solution/vc10_libmp3lame_dll.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
<AdditionalIncludeDirectories>../libmp3lame;../;../mpglib;../include;..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
116116
<PreprocessorDefinitions>NDEBUG;_WINDOWS;HAVE_MPGLIB;HAVE_CONFIG_H;HAVE_NASM;MMX_choose_table;WIN32;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
117117
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
118+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
118119
</ClCompile>
119120
<ResourceCompile>
120121
<PreprocessorDefinitions>_VC80_UPGRADE=0x0600;_DLL=$(TargetFileName);%(PreprocessorDefinitions)</PreprocessorDefinitions>

lib/libmad/msvc++/libmad.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
<ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
109109
<SuppressStartupBanner>true</SuppressStartupBanner>
110110
<CompileAs>Default</CompileAs>
111+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
111112
</ClCompile>
112113
<ResourceCompile>
113114
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

lib/libmodplug/libmodplug_2010.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
</PrecompiledHeader>
8585
<WarningLevel>Level3</WarningLevel>
8686
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
87+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
8788
</ClCompile>
8889
<Link>
8990
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>

lib/nosefart/NoseFartXBMC.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
107107
<WarningLevel>Level3</WarningLevel>
108108
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
109+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
109110
</ClCompile>
110111
<Link>
111112
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>

lib/stsound/StSoundLibrary/StSoundLibrary.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
<WarningLevel>Level3</WarningLevel>
116116
<SuppressStartupBanner>true</SuppressStartupBanner>
117117
<DisableSpecificWarnings>4018;%(DisableSpecificWarnings)</DisableSpecificWarnings>
118+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
118119
</ClCompile>
119120
<ResourceCompile>
120121
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

lib/vgmstream/win32/win32.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
<WarningLevel>Level3</WarningLevel>
113113
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
114114
<DisableSpecificWarnings>4267;4018;4244;4312;%(DisableSpecificWarnings)</DisableSpecificWarnings>
115+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
115116
</ClCompile>
116117
<Link>
117118
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>

lib/win32/libiconv/libiconv_win32/libiconv_win32.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
<WarningLevel>Level3</WarningLevel>
7575
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
7676
<CompileAs>CompileAsCpp</CompileAs>
77+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
7778
</ClCompile>
7879
</ItemDefinitionGroup>
7980
<ItemGroup>

lib/win32/libwavpack/wavpackdll.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
<DebugInformationFormat>
104104
</DebugInformationFormat>
105105
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
106+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
106107
</ClCompile>
107108
<Link>
108109
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>

lib/win32/pcre/libpcre/libpcre.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
</PrecompiledHeader>
7777
<WarningLevel>Level3</WarningLevel>
7878
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
79+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
7980
</ClCompile>
8081
</ItemDefinitionGroup>
8182
<ItemGroup>

lib/xbadpcm/adpcm.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
<WarningLevel>Level3</WarningLevel>
114114
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
115115
<DisableSpecificWarnings>4244;4267;4311;4312;%(DisableSpecificWarnings)</DisableSpecificWarnings>
116+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
116117
</ClCompile>
117118
<ResourceCompile>
118119
<ResourceOutputFileName>

project/VS2010Express/libPlatinum.vcxproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
<WarningLevel>Level3</WarningLevel>
7676
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
7777
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
78+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
7879
</ClCompile>
7980
<Lib>
8081
<OutputFile>$(OutDir)libPlatinum.lib</OutputFile>
@@ -253,4 +254,4 @@
253254
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
254255
<ImportGroup Label="ExtensionTargets">
255256
</ImportGroup>
256-
</Project>
257+
</Project>

xbmc/visualizations/DirectXSpectrum/directx_spectrum.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
</PrecompiledHeader>
9595
<WarningLevel>Level3</WarningLevel>
9696
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
97+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
9798
</ClCompile>
9899
<Link>
99100
<AdditionalDependencies>winmm.lib;ws2_32.lib;d3dx9.lib;%(AdditionalDependencies)</AdditionalDependencies>

xbmc/visualizations/WaveForm/Waveform.vcxproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@
186186
</PrecompiledHeader>
187187
<WarningLevel>Level3</WarningLevel>
188188
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
189+
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
189190
</ClCompile>
190191
<Link>
191192
<AdditionalDependencies>
@@ -211,4 +212,4 @@
211212
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
212213
<ImportGroup Label="ExtensionTargets">
213214
</ImportGroup>
214-
</Project>
215+
</Project>

0 commit comments

Comments
 (0)