summaryrefslogtreecommitdiffstats
path: root/include/tgmath.h
Commit message (Expand)AuthorAgeFilesLines
* Enable improved <tgmath.h> for Clang even when not using C11.ed2013-04-271-1/+2
* Last attempt at <tgmath.h>: do enable the new code for C11 compilers.ed2012-01-061-11/+17
* Add an even faster implementation of <tgmath.h> for the future.ed2012-01-061-0/+20
* Remove _Complex_I workaround from <tgmath.h>.ed2012-01-051-9/+4
* Reimplement <tgmath.h> on top of __generic().ed2012-01-051-45/+66
* Properly parenthesize the __tg_is_complex() macro by moving a closingschweikh2007-02-021-2/+2
* Add a workaround to recognise I/_Complex_I as complex arguments. Althoughstefanf2004-09-031-1/+2
* Use the keyword '_Complex' rather than the macro 'complex' sincestefanf2004-09-031-4/+4
* Embarrassing typo: s/nextbyint/nearbyint/stefanf2004-09-031-1/+1
* Implement C99's standard header <tgmath.h>. It provides type-generic macrosstefanf2004-08-081-0/+166
OpenPOWER on IntegriCloud