selftests/powerpc: Add memcmp testcase
Add a testcase for the new ppc64 memcmp. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
committed by
Michael Ellerman
parent
15c2d45d17
commit
521adf5357
@@ -0,0 +1,7 @@
|
||||
#include <ppc-asm.h>
|
||||
|
||||
#ifndef r1
|
||||
#define r1 sp
|
||||
#endif
|
||||
|
||||
#define _GLOBAL(A) FUNC_START(test_ ## A)
|
||||
Reference in New Issue
Block a user