Displaying 1 result from an estimated 1 matches for "andjo403".
2019 Apr 04
2
compiler-rt builtins on MSVC 2019
Hi,
compiler-rt builtins currently doesn't build on MSVC 2019,
I the problem is that compiler-rt\lib\builtins\int_math.h includes the header ymath.h.
according to eg. https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/finite-finitef?view=vs-2019 the header to include is float.h
also the ymath.h file contains the comment /* ymath.h internal header */ so probably shall not be