On 15/05/2021 04:24, lhmouse wrote:
在 5/15/21 1:27 AM, Jacek Caban 写道:
I think that the decision was unfortunate on GCC side, but there is little we can do. We will probably need to provide it in msvcrt importlibs. Please try the attached patch, it should help.
Doesn't GCC transform such pair of calls to `sincos()` again and result in an infinite recursion?
The patched file is built with -fno-builtin, so it should be fine.
Jacek