OSDN Git Service

Move math headers in with the other headers.
authorElliott Hughes <enh@google.com>
Sat, 2 Apr 2016 15:36:33 +0000 (08:36 -0700)
committerElliott Hughes <enh@google.com>
Sat, 2 Apr 2016 15:36:33 +0000 (08:36 -0700)
commitafe835d540000d2378e744b764d71406b410761d
treee7e2f42e0aa8f049fe431360a4b79b3ec3f8ae9a
parent2152a8ca3550ff0c9c998bfd4d6ab741758063ec
Move math headers in with the other headers.

Keeping them separate is a pain for the NDK, and doesn't help the platform.

Change-Id: I96b8beef307d4a956e9c0a899ad9315adc502582
13 files changed:
libc/arch-arm/include/machine/fenv.h [moved from libm/include/arm/machine/fenv.h with 100% similarity]
libc/arch-arm64/include/machine/fenv.h [moved from libm/include/arm64/machine/fenv.h with 100% similarity]
libc/arch-mips/include/machine/fenv.h [moved from libm/include/mips/machine/fenv.h with 100% similarity]
libc/arch-x86/include/machine/fenv.h [moved from libm/include/i387/machine/fenv.h with 100% similarity]
libc/arch-x86_64/include/machine/fenv.h [moved from libm/include/amd64/machine/fenv.h with 100% similarity]
libc/include/complex.h [moved from libm/include/complex.h with 100% similarity]
libc/include/fenv.h [moved from libm/include/fenv.h with 100% similarity]
libc/include/math.h [moved from libm/include/math.h with 100% similarity]
libm/amd64/fenv.c
libm/i387/fenv.c
libm/i387/npx.h [deleted file]
libm/include/amd64/machine/fpu.h [deleted file]
tests/complex_test.cpp