GNU Radio 3.7.2.2 C++ API
volk_prefs.h
Go to the documentation of this file.
1
#ifndef INCLUDED_VOLK_PREFS_H
2
#define INCLUDED_VOLK_PREFS_H
3
4
#include <
volk/volk_common.h
>
5
#include <stdlib.h>
6
7
__VOLK_DECL_BEGIN
8
9
typedef
struct
volk_arch_pref
10
{
11
char
name
[128];
//name of the kernel
12
char
impl_a
[128];
//best aligned impl
13
char
impl_u
[128];
//best unaligned impl
14
}
volk_arch_pref_t
;
15
16
////////////////////////////////////////////////////////////////////////
17
// get path to volk_config profiling info
18
////////////////////////////////////////////////////////////////////////
19
VOLK_API
void
volk_get_config_path
(
char
*);
20
21
////////////////////////////////////////////////////////////////////////
22
// load prefs into global prefs struct
23
////////////////////////////////////////////////////////////////////////
24
VOLK_API
size_t
volk_load_preferences
(
volk_arch_pref_t
**);
25
26
__VOLK_DECL_END
27
28
#endif //INCLUDED_VOLK_PREFS_H
gnuradio
volk
include
volk
volk_prefs.h
Generated by
1.8.3.1