vc4: Remove dead i == 0 code from the cos() implementation.
authorEric Anholt <eric@anholt.net>
Fri, 21 Sep 2018 22:00:21 +0000 (15:00 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 22 Sep 2018 00:16:43 +0000 (17:16 -0700)
commitcd667edecccf354f91386a6f4323d6593302583d
tree4cb6dabd39b0ff84598bdfb4ad2ac04a07f10940
parent10d5d2d527dea11f4afe300eebeaba077f169af0
vc4: Remove dead i == 0 code from the cos() implementation.

The loop starts at 1.
src/gallium/drivers/vc4/vc4_program.c