diff options
author | Karlson2k <k2k@narod.ru> | 2013-06-18 14:01:28 +0400 |
---|---|---|
committer | Karlson2k <k2k@narod.ru> | 2013-06-18 14:01:28 +0400 |
commit | 7f1c075bd9a179d3d60213707c5f4edaf67a2f8c (patch) | |
tree | 993e183e76dacee496eae1932e1b4b62d7b1dc68 /lib/xbadpcm | |
parent | 0faa3d293a6cffa4f76ece1a236155521e07b392 (diff) |
[win32] Enable SSE2 everywhere
Diffstat (limited to 'lib/xbadpcm')
-rw-r--r-- | lib/xbadpcm/adpcm.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/xbadpcm/adpcm.vcxproj b/lib/xbadpcm/adpcm.vcxproj index 84be0b5bdc..36c0c968e3 100644 --- a/lib/xbadpcm/adpcm.vcxproj +++ b/lib/xbadpcm/adpcm.vcxproj @@ -70,7 +70,7 @@ <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <DisableSpecificWarnings>4244;4267;4311;4312;%(DisableSpecificWarnings)</DisableSpecificWarnings> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> </ClCompile> <ResourceCompile> <ResourceOutputFileName> @@ -114,7 +114,7 @@ <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <DisableSpecificWarnings>4244;4267;4311;4312;%(DisableSpecificWarnings)</DisableSpecificWarnings> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> </ClCompile> <ResourceCompile> <ResourceOutputFileName> |