GNU Radio 3.5.3.2 C++ API
volk_config_fixed.h
Go to the documentation of this file.
1 /*this file is auto generated by volk_register.py*/
2 #ifndef INCLUDED_VOLK_CONFIG_FIXED_H
3 #define INCLUDED_VOLK_CONFIG_FIXED_H
4 
5 #define LV_GENERIC 0
6 #define LV_ALTIVEC 1
7 #define LV_NEON 2
8 #define LV_32 3
9 #define LV_64 4
10 #define LV_3DNOW 5
11 #define LV_ABM 6
12 #define LV_POPCOUNT 7
13 #define LV_MMX 8
14 #define LV_SSE 9
15 #define LV_SSE2 10
16 #define LV_ORC 11
17 #define LV_SSE3 12
18 #define LV_SSSE3 13
19 #define LV_SSE4_A 14
20 #define LV_SSE4_1 15
21 #define LV_SSE4_2 16
22 #define LV_AVX 17
23 
24 
25 #endif /*INCLUDED_VOLK_CONFIG_FIXED*/