0f7b8365b9
X86 SIMD downsampling routines may, for convenience, read slightly beyond the input data and into the alignment padding area beyond each line. This causes valgrind to warn about uninitialized values even if these values only affect lanes of a SIMD vector that are effectively never used. Avoid these false positives by zero-initializing the padding area beyond each line of the source buffer used for downsampling. |
||
---|---|---|
.. | ||
core | ||
plus | ||
targets.mk |