Skip to content

Commit

Permalink
complex: Add more references
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jdemel committed Dec 28, 2021
1 parent 13b3bfd commit 745afd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/volk/volk_complex.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ typedef double _Complex lv_64fc_t;
// https://docs.microsoft.com/en-us/cpp/c-runtime-library/complex-math-support?view=msvc-160
// Refer to `complex.h` in
// https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk/
// https://github.com/microsoft/STL/blob/main/stl/inc/complex

typedef _Fcomplex lv_32fc_t;
typedef _Dcomplex lv_64fc_t;
Expand Down

0 comments on commit 745afd5

Please sign in to comment.