Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2017-06-02 13:45:35 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2017-06-02 13:45:35 +0300
commit7e74cbd28778b9f786ede607741a421595f94f4d (patch)
treed760340fdbe2b259f0bff5ead2b49d23265587d5 /common
parentb2952a2207c715ad947e36cf403f738e3fbeda44 (diff)
Build with SSE2 by default
SSE2 has been available in CPUs for almost 15 years. Boosts performance by 1-10% depending on decoders/filters used.
Diffstat (limited to 'common')
-rw-r--r--common/common.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/common.props b/common/common.props
index 064640d8..30505c54 100644
--- a/common/common.props
+++ b/common/common.props
@@ -56,7 +56,7 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
- <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
+ <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
</ClCompile>
</ItemDefinitionGroup>
</Project>