bionic/libc/arch-arm
Elliott Hughes 02c78a3867 Reimplement isinf/isnan/fpclassify.
Also move isinf and isnan into libc like everyone else.

Also move fpclassify to libc like the BSDs (but unlike glibc). We need
this to be able to upgrade our float/double/long double parsing to gdtoa.

Also add some missing aliases. We now have all of:

  isnan, __isnan, isnanf, __isnanf, isnanl, __isnanl,
  isinf, __isinf, isinff, __isinff, isinfl, __isinfl,
  __fpclassify, __fpclassifyd, __fpclassifyf, __fpclassifyl.

Bug: 13469877
Change-Id: I407ffbac06c765a6c5fffda8106c37d7db04f27d
2014-04-14 14:35:47 -07:00
..
bionic Unify our assembler macros. 2014-02-20 13:51:26 -08:00
cortex-a7 libc/arm: add cortex-a7 cpu variant 2013-03-23 01:38:22 -07:00
cortex-a8 libc/arm: add cortex-a8 cpu variant 2013-05-15 20:13:28 -07:00
cortex-a9 Unify our assembler macros. 2014-02-20 13:51:26 -08:00
cortex-a15 Unify our assembler macros. 2014-02-20 13:51:26 -08:00
denver add 32-bit bionic implementation for denver arch 2014-03-26 13:57:01 +08:00
generic More OpenBSD cleanup (primarily string). 2014-02-24 18:02:05 -08:00
include/machine Reimplement isinf/isnan/fpclassify. 2014-04-14 14:35:47 -07:00
krait Unify our assembler macros. 2014-02-20 13:51:26 -08:00
syscalls Implement _Exit(3). 2014-04-08 17:16:13 -07:00
arm.mk add 32-bit bionic implementation for denver arch 2014-03-26 13:57:01 +08:00