aco: Optimize out trivial code from uniform bools.
authorTimur Kristóf <timur.kristof@gmail.com>
Tue, 5 Nov 2019 10:41:00 +0000 (11:41 +0100)
committerTimur Kristóf <timur.kristof@gmail.com>
Thu, 14 Nov 2019 16:27:11 +0000 (17:27 +0100)
This should remove most of the excess code size that was
introduced by making all booleans per-lane.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>

No differences found