diff --git a/include/volk/volk_complex.h b/include/volk/volk_complex.h index 146367e05..c223c134f 100644 --- a/include/volk/volk_complex.h +++ b/include/volk/volk_complex.h @@ -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;