1 #ifndef MATMUL_SUB_VSC_COMBINE_H_
2 #define MATMUL_SUB_VSC_COMBINE_H_
3 
4 #include "mpfq_layer.h"
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 extern void matmul_sub_vsc_combine(abdst_field x, abelt * dst, const abelt * * mptrs, const uint8_t * q, unsigned long count, unsigned int defer);
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 #endif	/* MATMUL_SUB_VSC_COMBINE_H_ */
17