commit | c827ac450d379f113b92663cbe5562643635c6b9 | [log] [tgz] |
---|---|---|
author | Simon Guo <wei.guo.simon@gmail.com> | Thu Jun 07 09:57:55 2018 +0800 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Jul 24 22:03:22 2018 +1000 |
tree | 0ceed7ce3d93d212c35355fe746e2f01358c2ac6 | |
parent | c2a4e54e8b6a89dde574608c47e460a0371e44be [diff] |
selftests/powerpc: Update memcmp_64 selftest for VMX implementation This patch reworked selftest memcmp_64 so that memcmp selftest can cover more test cases. It adds testcases for: - memcmp over 4K bytes size. - s1/s2 with different/random offset on 16 bytes boundary. - enter/exit_vmx_ops pairness. Signed-off-by: Simon Guo <wei.guo.simon@gmail.com> [mpe: Add -maltivec to fix build on some toolchains] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>