- The long double type in MINGW32 is 12 bytes while the double type is 8 bytes. - The compiled binary is linked against the Microsoft library. - In that library, both the long double and the double type are 8 bytes. - The code has been changed to use the double type if __MINGW32__ is defined.
Description
No description provided
Languages
C
72.4%
Makefile
15.1%
C++
6.4%
Shell
4%
M4
1%
Other
1%