3 ms·
right, but the issue was that if an application was linked with a library that happened to link with a fast-math shared library, it would unknowingly bring alon
by gpderetta 7d ago
right, but the issue was that if an application was linked with a library that happened to link with a fast-math shared library, it would unknowingly bring along the crt code. Now the only way to get it is to use the fast-math flag when linking the final binary, which at least is an explicit request.