[hamradio-commits] [gnss-sdr] 81/236: Fix incorrect include when building with MSVC
Carles Fernandez
carles_fernandez-guest at moszumanska.debian.org
Tue Apr 26 16:02:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
carles_fernandez-guest pushed a commit to branch next
in repository gnss-sdr.
commit 250375dbd3885409e81ca84f9867136b48db2043
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date: Wed Mar 9 18:23:19 2016 +0100
Fix incorrect include when building with MSVC
Keeping track of VOLK's improvements, see
https://github.com/gnuradio/volk/commit/65539f26916a06ea22973a9041c54a2b66b8e024
---
.../volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_common.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_common.h b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_common.h
index 3e217de..38f9283 100644
--- a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_common.h
+++ b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/include/volk_gnsssdr/volk_gnsssdr_common.h
@@ -91,8 +91,12 @@
#include <inttypes.h>
#ifdef LV_HAVE_SSE
+#ifdef _WIN32
+#include <intrin.h>
+#else
#include <x86intrin.h>
#endif
+#endif
union bit128{
uint8_t i8[16];
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git
More information about the pkg-hamradio-commits
mailing list