JuliaMath / openlibm

High quality system independent, portable, open source libm implementation
https://openlibm.org
Other
507 stars 139 forks source link

MSVC _Complex not support #274

Open mm-longcheng opened 1 year ago

mm-longcheng commented 1 year ago

I want to build an library for Visual Studio. But the MSVC not support _Complex keywords. openlibm_complex.h will be reported some errors.

https://learn.microsoft.com/en-us/cpp/c-runtime-library/complex-math-support?view=msvc-170

Is there any way to make it compatible?