GNU Radio Manual and C++ API Reference  3.7.4.1
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
volk_config_fixed.h
Go to the documentation of this file.
1 
2 
3 /* this file was generated by volk template utils, do not edit! */
4 
5 /*
6  * Copyright 2011-2012 Free Software Foundation, Inc.
7  *
8  * This file is part of GNU Radio
9  *
10  * GNU Radio is free software; you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License as published by
12  * the Free Software Foundation; either version 3, or (at your option)
13  * any later version.
14  *
15  * GNU Radio is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  * GNU General Public License for more details.
19  *
20  * You should have received a copy of the GNU General Public License
21  * along with GNU Radio; see the file COPYING. If not, write to
22  * the Free Software Foundation, Inc., 51 Franklin Street,
23  * Boston, MA 02110-1301, USA.
24  */
25 
26 #ifndef INCLUDED_VOLK_CONFIG_FIXED_H
27 #define INCLUDED_VOLK_CONFIG_FIXED_H
28 
29 #define LV_GENERIC 0
30 #define LV_ALTIVEC 1
31 #define LV_SOFTFP 2
32 #define LV_HARDFP 3
33 #define LV_NEON 4
34 #define LV_32 5
35 #define LV_64 6
36 #define LV_3DNOW 7
37 #define LV_ABM 8
38 #define LV_POPCOUNT 9
39 #define LV_MMX 10
40 #define LV_SSE 11
41 #define LV_SSE2 12
42 #define LV_ORC 13
43 #define LV_NORC 14
44 #define LV_SSE3 15
45 #define LV_SSSE3 16
46 #define LV_SSE4_A 17
47 #define LV_SSE4_1 18
48 #define LV_SSE4_2 19
49 #define LV_AVX 20
50 
51 #endif /*INCLUDED_VOLK_CONFIG_FIXED*/