Skip to content

Commit 9011ff8

Browse files
committed
complex: Add more references
It is difficult to get MSVC to compile with complex numbers. Add more referenceses to sources that explain the reasons. Signed-off-by: Johannes Demel <[email protected]>
1 parent 5111d6b commit 9011ff8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/volk/volk_complex.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ typedef double _Complex lv_64fc_t;
5050
// https://docs.microsoft.com/en-us/cpp/c-runtime-library/complex-math-support?view=msvc-160
5151
// Refer to `complex.h` in
5252
// https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk/
53+
// https://github.com/microsoft/STL/blob/main/stl/inc/complex
5354

5455
typedef _Fcomplex lv_32fc_t;
5556
typedef _Dcomplex lv_64fc_t;

0 commit comments

Comments
 (0)