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

/freebsd-10.1-release/include/
H A Dtgmath.hdiff 229704 Fri Jan 06 14:24:59 MST 2012 ed Add an even faster implementation of <tgmath.h> for the future.

Instead of using an exponential number of cases with respect to the
number of arguments, this version only uses a linear number.
Unfortunately, it works with Clang, GCC 4.6 and GCC 4.7, but not GCC
4.2. Therefore, leave it commented out.

Completed in 46 milliseconds