extract channel count constants from loops
These values are constant, but Clang has some trouble noticing that,
especially if the loop body is complex enough. This prevents it from
noticing places where vectorization is possible (and desirable).
Signed-off-by:
Steven Noonan <steven@uplinklabs.net>
Showing
Please register or sign in to comment