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