platform_bionic/libm
Elliott Hughes ab2d3e1049 Remove __RENAME_LDBL.
Discussion of this during my recent minor cleanup convinced me that we
should just remove __RENAME_LDBL. There's no obvious benefit to being
able to build something for 32-bit if you can't build the same code for
64-bit, given that most new hardware (and entire verticals such as Auto)
are 64-bit-only, and the Play Store requires any app with 32-bit code to
also ship 64-bit code.

Test: treehugger
Change-Id: I1c5503b968ca66925d7bd125bd3630c41ec1bfd0
2023-06-07 17:20:53 +00:00
..
amd64 Move math headers in with the other headers. 2016-04-02 08:36:33 -07:00
arm Remove <fenv.h> inlines for obsolete API levels. 2023-02-24 00:16:41 +00:00
arm64 Use clang's builtins for sqrt()/sqrtf() and lrint() family. 2023-02-01 02:05:24 +00:00
i387 Make it possible to build bionic with -I instead of -isystem. 2016-07-22 13:12:53 -07:00
riscv64 Use clang's builtins for sqrt()/sqrtf() and lrint() family. 2023-02-01 02:05:24 +00:00
upstream-freebsd Remove fallback C sqrt/sqrtf. 2022-10-28 20:18:17 +00:00
upstream-netbsd Fully disable clang format where needed. 2020-01-30 08:10:17 -08:00
x86 Let clang generate most of our assembler for x86/x86-64 too. 2023-02-07 01:22:29 +00:00
x86_64 Let clang generate most of our assembler for x86/x86-64 too. 2023-02-07 01:22:29 +00:00
Android.bp Remove __RENAME_LDBL. 2023-06-07 17:20:53 +00:00
builtins.cpp risc-v: use clang's builtins for more of libm. 2023-03-22 14:11:35 -07:00
digittoint.c
fake_long_double.c Move the copysign() family over to builtins all the time. 2023-02-08 01:26:43 +00:00
fenv-access.h [libm] Set pragma FENV_EACCESS for x86_64, i386 2021-08-20 14:49:17 -07:00
fpmath.h Switch the rest of our internal headers to #pragma once. 2018-02-13 14:27:17 -08:00
freebsd-compat.h libm: sync with upstream. 2022-01-12 17:52:15 -08:00
libm.map.txt Clean up the math headers. 2020-02-11 08:46:29 -08:00
MODULE_LICENSE_BSD_LIKE
NOTICE Remove <fenv.h> inlines for obsolete API levels. 2023-02-24 00:16:41 +00:00
signbit.cpp Remove some legacy declarations from <math.h>. 2017-10-19 14:15:31 -07:00
significandl.c