CHANNEL: use nested loops (CHNCHK) and pre-calculated values for performance

This commit is contained in:
gitlost 2020-06-10 18:41:36 +01:00
parent 5875305cef
commit 3690c19749
8 changed files with 611 additions and 101 deletions

View file

@ -405,6 +405,10 @@
RelativePath="..\backend\aztec.h"
>
</File>
<File
RelativePath="..\backend\channel_precalcs.h"
>
</File>
<File
RelativePath="..\backend\code1.h"
>

View file

@ -354,6 +354,7 @@
<ItemGroup>
<ClInclude Include="..\backend\aztec.h" />
<ClInclude Include="..\backend\bmp.h" />
<ClInclude Include="..\backend\channel_precalcs.h" />
<ClInclude Include="..\backend\code1.h" />
<ClInclude Include="..\backend\code128.h" />
<ClInclude Include="..\backend\code49.h" />

View file

@ -104,6 +104,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\backend\aztec.h" />
<ClInclude Include="..\..\backend\channel_precalcs.h" />
<ClInclude Include="..\..\backend\code1.h" />
<ClInclude Include="..\..\backend\code49.h" />
<ClInclude Include="..\..\backend\common.h" />
@ -133,4 +134,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>