mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-01 15:53:03 +00:00
Fix for Windows
This commit is contained in:
@@ -14,11 +14,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
||||||
// This is required for MSVC
|
|
||||||
#if defined(__cplusplus)
|
|
||||||
using namespace cpu_features;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "cpu_features_macros.h"
|
#include "cpu_features_macros.h"
|
||||||
#if defined(CPU_FEATURES_ARCH_X86)
|
#if defined(CPU_FEATURES_ARCH_X86)
|
||||||
#include "cpuinfo_x86.h"
|
#include "cpuinfo_x86.h"
|
||||||
@@ -32,6 +27,11 @@ using namespace cpu_features;
|
|||||||
#include "cpuinfo_ppc.h"
|
#include "cpuinfo_ppc.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// This is required for MSVC
|
||||||
|
#if defined(__cplusplus)
|
||||||
|
using namespace cpu_features;
|
||||||
|
#endif
|
||||||
|
|
||||||
struct VOLK_CPU volk_gnsssdr_cpu;
|
struct VOLK_CPU volk_gnsssdr_cpu;
|
||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|||||||
Reference in New Issue
Block a user