Searched hist:229716 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/include/
H A Dtgmath.hdiff 229716 Fri Jan 06 17:06:21 MST 2012 ed Last attempt at <tgmath.h>: do enable the new code for C11 compilers.

I was thinking by myself, if the new code doesn't work with GCC 4.2, why
not simply turn it into an efficient version for C11 compilers? By
changing the code to use _Generic() directly in that case, I can build
the tgmath regression test in a matter of milliseconds with Clang,
instead of the 8 seconds it used to take.

So by the time C11 becomes the default, it will pick up the new code
automatically. And now I will refrain from making more changes to
<tgmath.h>.

Completed in 109 milliseconds