blob: 26b9f7503c3eb792b1bc0c7f0e2e9f945f69cfcc (
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 arch);
#ifdef __cplusplus
}
#endif
#endif /*INCLUDED_VOLK_RANK_ARCHS_H*/
|