Skip to content

Commit 745afd5

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 13b3bfd commit 745afd5

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
@@ -41,6 +41,7 @@ typedef double _Complex lv_64fc_t;
4141
// https://docs.microsoft.com/en-us/cpp/c-runtime-library/complex-math-support?view=msvc-160
4242
// Refer to `complex.h` in
4343
// https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk/
44+
// https://github.com/microsoft/STL/blob/main/stl/inc/complex
4445

4546
typedef _Fcomplex lv_32fc_t;
4647
typedef _Dcomplex lv_64fc_t;

0 commit comments

Comments
 (0)