mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-02-06 06:00:09 +00:00
Fix incorrect include when building with MSVC
Keeping track of VOLK's improvements, see
65539f2691
This commit is contained in:
parent
9a92672905
commit
250375dbd3
@ -91,8 +91,12 @@
|
|||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
#ifdef LV_HAVE_SSE
|
#ifdef LV_HAVE_SSE
|
||||||
|
#ifdef _WIN32
|
||||||
|
#include <intrin.h>
|
||||||
|
#else
|
||||||
#include <x86intrin.h>
|
#include <x86intrin.h>
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
union bit128{
|
union bit128{
|
||||||
uint8_t i8[16];
|
uint8_t i8[16];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user