aboutsummaryrefslogtreecommitdiff
path: root/include/tgmath.h
Commit message (Expand)AuthorAgeFilesLines
* include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Roll back r271012 even more aggressively.Ed Schouten2014-09-051-1/+1
* Leave the C11 keywords alone when we have a recent version of GCC.Ed Schouten2014-09-031-1/+1
* Enable improved <tgmath.h> for Clang even when not using C11.Ed Schouten2013-04-271-1/+2
* Last attempt at <tgmath.h>: do enable the new code for C11 compilers.Ed Schouten2012-01-061-11/+17
* Add an even faster implementation of <tgmath.h> for the future.Ed Schouten2012-01-061-0/+20
* Remove _Complex_I workaround from <tgmath.h>.Ed Schouten2012-01-051-9/+4
* Reimplement <tgmath.h> on top of __generic().Ed Schouten2012-01-051-45/+66
* Properly parenthesize the __tg_is_complex() macro by moving a closingJens Schweikhardt2007-02-021-2/+2
* Add a workaround to recognise I/_Complex_I as complex arguments. AlthoughStefan Farfeleder2004-09-031-1/+2
* Use the keyword '_Complex' rather than the macro 'complex' sinceStefan Farfeleder2004-09-031-4/+4
* Embarrassing typo: s/nextbyint/nearbyint/Stefan Farfeleder2004-09-031-1/+1
* Implement C99's standard header <tgmath.h>. It provides type-generic macrosStefan Farfeleder2004-08-081-0/+166