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