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