We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6ef23 commit 3e42fa5Copy full SHA for 3e42fa5
include/volk/volk_complex.h
@@ -21,7 +21,7 @@
21
#include <volk/volk_common.h>
22
23
__VOLK_DECL_BEGIN
24
-#ifndef __STDC_NO_COMPLEX__
+#ifndef _MSC_VER
25
// Obviously, we would love `typedef float complex lv_32fc_t` to work.
26
// However, this clashes with C++ definitions.
27
// error: expected initializer before ‘lv_32fc_t’
0 commit comments