GNU Radio 3.7.1 C++ API
volk_config_fixed.h
Go to the documentation of this file.
00001 
00002 
00003 /* this file was generated by volk template utils, do not edit! */
00004 
00005 /*
00006  * Copyright 2011-2012 Free Software Foundation, Inc.
00007  *
00008  * This file is part of GNU Radio
00009  *
00010  * GNU Radio is free software; you can redistribute it and/or modify
00011  * it under the terms of the GNU General Public License as published by
00012  * the Free Software Foundation; either version 3, or (at your option)
00013  * any later version.
00014  *
00015  * GNU Radio is distributed in the hope that it will be useful,
00016  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00017  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00018  * GNU General Public License for more details.
00019  *
00020  * You should have received a copy of the GNU General Public License
00021  * along with GNU Radio; see the file COPYING.  If not, write to
00022  * the Free Software Foundation, Inc., 51 Franklin Street,
00023  * Boston, MA 02110-1301, USA.
00024  */
00025 
00026 #ifndef INCLUDED_VOLK_CONFIG_FIXED_H
00027 #define INCLUDED_VOLK_CONFIG_FIXED_H
00028 
00029 #define LV_GENERIC 0
00030 #define LV_ALTIVEC 1
00031 #define LV_NEON 2
00032 #define LV_32 3
00033 #define LV_64 4
00034 #define LV_3DNOW 5
00035 #define LV_ABM 6
00036 #define LV_POPCOUNT 7
00037 #define LV_MMX 8
00038 #define LV_SSE 9
00039 #define LV_SSE2 10
00040 #define LV_ORC 11
00041 #define LV_NORC 12
00042 #define LV_SSE3 13
00043 #define LV_SSSE3 14
00044 #define LV_SSE4_A 15
00045 #define LV_SSE4_1 16
00046 #define LV_SSE4_2 17
00047 #define LV_AVX 18
00048 
00049 #endif /*INCLUDED_VOLK_CONFIG_FIXED*/