]> git.sesse.net Git - x264/commit
checkasm: Check the right output range for integral_initXh
authorMartin Storsjö <martin@martin.st>
Tue, 25 Aug 2015 11:38:10 +0000 (14:38 +0300)
committerHenrik Gramner <henrik@gramner.com>
Sun, 11 Oct 2015 16:44:54 +0000 (18:44 +0200)
commit42b3b398664349d23b2122ac940417165424542d
tree3960c82af3946376f66bce39b63b663350fd936b
parent3d86abab097fa26d116112f188458269c6a0415f
checkasm: Check the right output range for integral_initXh

These functions write their output into sum+stride, while we previously
only checked [0..stride-8] within the sum array.

This catches the previously broken aarch64 version of these functions.

Also check up until stride-4 elements for init4h.
tools/checkasm.c