mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-28 18:04:51 +00:00
fixing includes
This commit is contained in:
parent
4e5abdf4f2
commit
17517625be
@ -30,12 +30,14 @@
|
||||
* -------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_volk_gnsssdr_32fc_convert_16ic_u_H
|
||||
#define INCLUDED_volk_gnsssdr_32fc_convert_16ic_u_H
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include "volk_gnsssdr/volk_gnsssdr_complex.h"
|
||||
|
||||
#ifndef INCLUDED_volk_gnsssdr_32fc_convert_16ic_u_H
|
||||
#define INCLUDED_volk_gnsssdr_32fc_convert_16ic_u_H
|
||||
|
||||
|
||||
#ifdef LV_HAVE_SSE2
|
||||
#include <emmintrin.h>
|
||||
@ -168,10 +170,6 @@ static inline void volk_gnsssdr_32fc_convert_16ic_generic(lv_16sc_t* outputVecto
|
||||
#ifndef INCLUDED_volk_gnsssdr_32fc_convert_16ic_a_H
|
||||
#define INCLUDED_volk_gnsssdr_32fc_convert_16ic_a_H
|
||||
|
||||
#include <volk/volk_common.h>
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#ifdef LV_HAVE_SSE2
|
||||
#include <emmintrin.h>
|
||||
|
@ -30,12 +30,15 @@
|
||||
* -------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_volk_gnsssdr_32fc_convert_8ic_u_H
|
||||
#define INCLUDED_volk_gnsssdr_32fc_convert_8ic_u_H
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include "volk_gnsssdr/volk_gnsssdr_complex.h"
|
||||
|
||||
|
||||
#ifndef INCLUDED_volk_gnsssdr_32fc_convert_8ic_u_H
|
||||
#define INCLUDED_volk_gnsssdr_32fc_convert_8ic_u_H
|
||||
|
||||
#ifdef LV_HAVE_SSE2
|
||||
#include <emmintrin.h>
|
||||
@ -129,10 +132,6 @@ static inline void volk_gnsssdr_32fc_convert_8ic_generic(lv_8sc_t* outputVector,
|
||||
#ifndef INCLUDED_volk_gnsssdr_32fc_convert_8ic_a_H
|
||||
#define INCLUDED_volk_gnsssdr_32fc_convert_8ic_a_H
|
||||
|
||||
#include <volk/volk_common.h>
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#ifdef LV_HAVE_SSE2
|
||||
#include <emmintrin.h>
|
||||
|
@ -30,12 +30,15 @@
|
||||
* -------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifndef INCLUDED_volk_gnsssdr_32fc_s32f_convert_8ic_u_H
|
||||
#define INCLUDED_volk_gnsssdr_32fc_s32f_convert_8ic_u_H
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include "volk_gnsssdr/volk_gnsssdr_complex.h"
|
||||
|
||||
|
||||
#ifndef INCLUDED_volk_gnsssdr_32fc_s32f_convert_8ic_u_H
|
||||
#define INCLUDED_volk_gnsssdr_32fc_s32f_convert_8ic_u_H
|
||||
|
||||
#ifdef LV_HAVE_SSE2
|
||||
#include <emmintrin.h>
|
||||
@ -138,10 +141,6 @@ static inline void volk_gnsssdr_32fc_s32f_convert_8ic_generic(lv_8sc_t* outputVe
|
||||
#ifndef INCLUDED_volk_gnsssdr_32fc_s32f_convert_8ic_a_H
|
||||
#define INCLUDED_volk_gnsssdr_32fc_s32f_convert_8ic_a_H
|
||||
|
||||
#include <volk/volk_common.h>
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#ifdef LV_HAVE_SSE2
|
||||
#include <emmintrin.h>
|
||||
|
Loading…
Reference in New Issue
Block a user