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

/freebsd-10.1-release/include/
H A Dtgmath.hdiff 249995 Sat Apr 27 19:29:38 MDT 2013 ed Enable improved <tgmath.h> for Clang even when not using C11.

By using __has_extension(c_generic_selections), we can explicitly test
whether we're dealing with a version of Clang that supports _Generic().
That way we can use the improved <tgmath.h> code, even when not using
-std=c11. This massively reduces the compilation time when invoking
these functions.

Completed in 95 milliseconds