commit | e8db40780d1c772e72e0c4d4d1e8cb0cb7dab020 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jul 17 17:52:14 2024 +0000 |
committer | Elliott Hughes <enh@google.com> | Wed Jul 17 17:52:14 2024 +0000 |
tree | fb348f6b8cf83e940c5bf640827a8c210a0b7b14 | |
parent | 62b6ef4f2db87a1ff99679b47bdb0c2df68b8262 [diff] [blame] |
Explain the weird ldexp() quirk. Change-Id: I031f9c31bbb2f5347b8ae4297f578ba343370ea6
diff --git a/libm/Android.bp b/libm/Android.bp index 00d90a0..c6e44fc 100644 --- a/libm/Android.bp +++ b/libm/Android.bp
@@ -503,6 +503,8 @@ cmd: "$(location generate-version-script) x86_64 $(in) $(out)", } +// Because of a historical accidnt, ldexp() is in libc, +// even though ldexpf() and ldexpl() are in libm. filegroup { name: "libc_ldexp_srcs", srcs: ["upstream-freebsd/lib/msun/src/s_scalbn.c"],