Skip to content

Commit

Permalink
Improve performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Evstyukhin committed Nov 1, 2020
1 parent 542bc44 commit ebd2d18
Show file tree
Hide file tree
Showing 22 changed files with 2,321 additions and 894 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The solution was tested on SSSE3, SSE4.1, AVX, AVX2, AVX-512BW - capable CPUs fo

`Bc7Compress /nomask /noflip source.png destination.ktx [/debug result.png]`

I would recommend using AVX2 for the best performance. See Bc7Mode.h about settings.
I would recommend using AVX2 or AVX-512 for the best performance. See Bc7Mode.h about settings.

## Example

Expand Down
1 change: 1 addition & 0 deletions src/Bc7Compress.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
<ClInclude Include="SnippetLevelsBuffer.h" />
<ClInclude Include="SnippetLevelsBufferHalf.h" />
<ClInclude Include="SnippetLevelsMinimum.h" />
<ClInclude Include="SnippetStoreNodeShort.h" />
<ClInclude Include="SnippetTargetSSSE3.h" />
<ClInclude Include="Worker.h" />
</ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions src/Bc7Compress.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
<ClInclude Include="SnippetLevelsBufferHalf.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="SnippetStoreNodeShort.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="pch.cpp">
Expand Down
Loading

0 comments on commit ebd2d18

Please sign in to comment.