We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30cb633 commit a926463Copy full SHA for a926463
include/volk/volk_common.h
@@ -76,8 +76,9 @@
76
////////////////////////////////////////////////////////////////////////
77
// C-linkage declaration macros
78
// FIXME: due to the usage of complex.h, require gcc for c-linkage
79
+// Hope and p*** that extern "C" works for all relevant compilers nowadays.
80
-#if defined(__cplusplus) && (__GNUC__)
81
+#if defined(__cplusplus)
82
#define __VOLK_DECL_BEGIN extern "C" {
83
#define __VOLK_DECL_END }
84
#else
0 commit comments