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