]> git.ipfire.org Git - thirdparty/zstd.git/commit
Decompose `step` into Two Variables
authorW. Felix Handte <w@felixhandte.com>
Fri, 10 Dec 2021 20:52:30 +0000 (15:52 -0500)
committerW. Felix Handte <w@felixhandte.com>
Fri, 10 Dec 2021 21:44:23 +0000 (16:44 -0500)
commitace6a7e746f40a1d525f8f04e3dee0ebfb12e97b
tree3c50d474e7f87e7aa7e003935030071d933f7f21
parent22501cd28323354981f5328c9de4f33bdeed874f
Decompose `step` into Two Variables

This avoids an additional addition, at the cost of an additional variable.
lib/compress/zstd_fast.c