summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386/bits/mathinline.h
Commit message (Collapse)AuthorAgeFilesLines
* libm: improve readability of math.h; expand comments and docsDenys Vlasenko2010-10-311-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* use uniform form of C99 keywordsBernhard Reutner-Fischer2010-06-241-4/+4
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* docs/probe_math_exception.c:Denis Vlasenko2009-02-111-3/+14
| | | | | | | | | | | | update example libc/sysdeps/linux/i386/bits/mathinline.h: improve __finite() macro, add __finitef macro (why they aren't always macros? why aren't they arch independent?) libm/math_private.h: much better comments on math_opt_barrier() and math_force_eval() libm/s_finite[f].c: improve out-of-line __finite[f]() too (one byte less, yay...)
* - some more asm keyword fixes (Yann E. MORIN)Bernhard Reutner-Fischer2008-08-061-15/+15
|
* - fix asm and volatile keywordsBernhard Reutner-Fischer2008-07-231-10/+10
|
* sync with upstream via psmMike Frysinger2006-08-231-38/+86
|
* Replace __THROW w/ __NTH pointed out by Amir ShalemPeter S. Mazinger2006-03-201-21/+21
|
* Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen2004-04-201-1/+1
|
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-1/+1
| | | | | and to better support each arch. This is a really big patch... -Erik
* Update to accomodate the header file changesEric Andersen2001-09-271-157/+186
|
* Sync i386 up with _all_ the glibc 2.1.3 include/bits headers,Eric Andersen2001-03-191-0/+678
since we will end up needing a few more of them anyways, and all the other arches have the full set anyways. -Erik