summaryrefslogtreecommitdiff
path: root/plugins/fast_float/Projects/VC2019/lcms2_fast_float_plugin.vcxproj.filters
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2020-05-25 19:44:47 +0200
committerMarti Maria <marti.maria@littlecms.com>2020-05-25 19:44:47 +0200
commitd881cc6791858f67e1bfd6fa306c2184a99f99e9 (patch)
treeb097bdc641d4e8bec80ecd070ef3c481c5258bd7 /plugins/fast_float/Projects/VC2019/lcms2_fast_float_plugin.vcxproj.filters
parentf9e2e80ab45a91dc99a9ca8eee39aa1986900b64 (diff)
downloadlcms2-d881cc6791858f67e1bfd6fa306c2184a99f99e9.tar.gz
Merged SSE matrix-shaper optimizer
It makes small difference, but here you go! In my computer, matrix shaper runs times x 2.4 faster the core lcms2 without SSE is about times x 2
Diffstat (limited to 'plugins/fast_float/Projects/VC2019/lcms2_fast_float_plugin.vcxproj.filters')
-rw-r--r--plugins/fast_float/Projects/VC2019/lcms2_fast_float_plugin.vcxproj.filters9
1 files changed, 6 insertions, 3 deletions
diff --git a/plugins/fast_float/Projects/VC2019/lcms2_fast_float_plugin.vcxproj.filters b/plugins/fast_float/Projects/VC2019/lcms2_fast_float_plugin.vcxproj.filters
index ca46a2e..c2761d1 100644
--- a/plugins/fast_float/Projects/VC2019/lcms2_fast_float_plugin.vcxproj.filters
+++ b/plugins/fast_float/Projects/VC2019/lcms2_fast_float_plugin.vcxproj.filters
@@ -45,9 +45,6 @@
<ClCompile Include="..\..\src\fast_float_cmyk.c">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\..\src\fast_8_matsh.c">
- <Filter>Source Files</Filter>
- </ClCompile>
<ClCompile Include="..\..\src\fast_8_curves.c">
<Filter>Source Files</Filter>
</ClCompile>
@@ -57,6 +54,12 @@
<ClCompile Include="..\..\src\fast_16_tethra.c">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\src\fast_8_matsh_sse.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\src\fast_8_matsh.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="..\..\COPYING.GPL3">