1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-09 21:15:57 +00:00

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

@@ -18,6 +18,7 @@ DEFINES += _CRT_SECURE_NO_WARNINGS _CRT_NONSTDC_NO_WARNINGS ZINT_VERSION=\\\"$$
}
HEADERS += ../backend/aztec.h \
../backend/channel_precalcs.h \
../backend/code1.h \
../backend/code49.h \
../backend/common.h \