Open tewha opened 9 years ago
__tg_fabs, from tgmath.h (type generic) uses overloading in clang (even in C) to work with float or double, since a CGFloat is a float on 32-bit and a double on 64-bit.
__tg_fabs, from tgmath.h (type generic) uses overloading in clang (even in C) to work with float or double, since a CGFloat is a float on 32-bit and a double on 64-bit.