1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 3 * Simple interface to link xor_vmx.c and xor_vmx_glue.c 4 * 5 * Separating these file ensures that no altivec instructions are run 6 * outside of the enable/disable altivec block. 7 */ 8 9 void xor_gen_altivec_inner(void *dest, void **srcs, unsigned int src_cnt, 10 unsigned int bytes); 11