blob: 8fa0631eead32f49b37f65721f903bfc2e65efad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef INCLUDED_VOLK_RANK_ARCHS_H
#define INCLUDED_VOLK_RANK_ARCHS_H
#ifdef __cplusplus
extern "C" {
#endif
unsigned int volk_rank_archs(const int* arch_defs, unsigned int n_archs, unsigned int arch);
#ifdef __cplusplus
}
#endif
#endif /*INCLUDED_VOLK_RANK_ARCHS_H*/
|