summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/bits
AgeCommit message (Expand)Author
2018-05-11powerpc: Fix the compiler type used with C++ when -mabi=ieeelongdoubleTulio Magno Quites Machado Filho
2018-03-20Remove powerpc, sparc fdim inlines (bug 22987).Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-27Add _Float64x function aliases.Joseph Myers
2017-11-17powerpc: Update AT_HWCAP2 bitsTulio Magno Quites Machado Filho
2017-11-17Support bits/floatn.h inclusion from .S files.Joseph Myers
2017-11-06Do not declare _Float128 support for powerpc64le -mlong-double-64 (bug 22402).Joseph Myers
2017-10-20Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers
2017-09-28Remove ancient __signbit inlinesWilco Dijkstra
2017-09-28Simplify C99 isgreater macrosWilco Dijkstra
2017-06-30float128: Add signbit alternative for old compilersGabriel F. T. Gomes
2017-06-26powerpc64le: Enable float128Paul E. Murphy
2017-06-23powerpc: Update AT_HWCAP[2] bitsTulio Magno Quites Machado Filho
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers
2016-12-01Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers
2016-11-29Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers
2016-11-24Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers
2016-09-07Add femode_t functions.Joseph Myers
2016-03-08powerpc: Remove uses of operand modifier (%s) in inline asmGabriel F. T. Gomes
2016-01-08powerpc: Add hwcap2 bits for POWER9.Carlos Eduardo Seo
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-09-11Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers
2015-08-26powerpc: Sync hwcap.h with kernelCarlos Eduardo Seo
2015-03-03powerpc: Fix inline feraiseexcept, feclearexcept macrosAdhemerval Zanella
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-31Clean up powerpc fegetround / __fegetround inlines.Joseph Myers
2014-11-26powerpc: Fix missing barriers in atomic_exchange_and_add_{acq,rel}Adhemerval Zanella
2014-10-31powerpc: Change atomic_write_barrier to have release semantics.Torvald Riegel
2014-07-07PowerPC: Guard CALL_ELF check for ppc64 only in link.hAdhemerval Zanella
2014-06-23PowerPC: sync hwcap.h capabilitiesAdhemerval Zanella
2014-02-21Allow sys/auxv.h to be used from the testsuite on powerpc and sparc.Adam Conrad
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-04PowerPC64 ELFv2 ABI 5/6: LD_AUDIT interface changesUlrich Weigand
2013-11-13PowerPC: Fix __fe_mask_env exportAdhemerval Zanella
2013-10-04PowerPC floating point little-endian [7 of 15]Anton Blanchard
2013-06-28PowerPC: Define AT_HWCAP2 bits and AT_HWCAP2 handling for POWER8.Ryan S. Arnold
2013-06-05Remove trailing whitespace.Joseph Myers
2013-03-15Better distinguish between NaN/qNaN/sNaN.Thomas Schwinge
2013-03-01Use same installed powerpc headers for hard and soft float.Joseph Myers
2013-01-17Adapt installed powerpc headers better for soft-float / no-FPRs.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers
2012-11-03Make fenv.h FE_* macros usable in #if (bug 3439).Joseph Myers
2012-05-20Add <sys/auxv.h> and getauxval.Richard Henderson
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-31Always define float_t as float for PowerPC, SH and SPARC.Joseph Myers
2012-01-26Remove __STDC__ conditionals from installed headers.Joseph Myers
2010-10-19Provide FP_FAST_FMA{,F,L} definitions for x86/x86-64.Ulrich Drepper
2010-10-19Add C99 FP_FAST_FMA{,F,L} macros to math.hMichael Meissner