- ad992ab Remove //apex_available:platform from libdl,libdl_android,libm by Spandan Das · 11 months ago
- 02e1c64 Merge "Use builtins for the x86/x86-64 lrint family." into main by Elliott Hughes · 1 year ago
- 58aff2e libm/Android.bp: clarify "better". by Elliott Hughes · 1 year ago
- a5fa535 Use builtins for the x86/x86-64 lrint family. by Elliott Hughes · 1 year ago
- 23f7c2a libm: explain the hard-coded _BSD_SOURCE better. by Elliott Hughes · 1 year ago
- add2774 Merge "Remove the libm-global `#pragma STDC FENV_ACCESS ON` hammer." into main by Elliott Hughes · 1 year ago
- 3b23a65 Remove the libm-global `#pragma STDC FENV_ACCESS ON` hammer. by Elliott Hughes · 1 year ago
- 3f0c9e8 Don't manually -DFLT_EVAL_METHOD. by Elliott Hughes · 1 year ago
- 558ae05 Move the various fenv implementations. by Elliott Hughes · 1 year ago
- 15b1855 libm: more 32-bit armv8 optimization. by Elliott Hughes · 1 year ago
- e8db407 Explain the weird ldexp() quirk. by Elliott Hughes · 1 year, 1 month ago
- 3e9f66b Merge "Clean up our libm digittoint() hack." into main by Treehugger Robot · 1 year, 1 month ago
- 45ce1ea Clean up our libm digittoint() hack. by Elliott Hughes · 1 year, 2 months ago
- 788075a Make the bug 24465209 workaround implementation clearer. by Elliott Hughes · 1 year, 2 months ago
- 6896552 Disable -Wignored-pragmas only for arm32 by Pirama Arumuga Nainar · 1 year, 7 months ago
- 68cbdca libm/libc: remove 'allow_untyped_symbols' flags by Matthias Maennich · 2 years, 1 month ago
- c204334 Reuse the libm scalbn() as ldexp(). by Elliott Hughes · 2 years ago
- ab2d3e1 Remove __RENAME_LDBL. by Elliott Hughes · 2 years, 2 months ago
- f5968d8 Rename files/modules that have the same name by Cole Faust · 2 years, 4 months ago
- 2289ca2 risc-v: use clang's builtins for more of libm. by Elliott Hughes · 2 years, 4 months ago
- 079f6fd libm: admit we use SSE4.1 in x86's libm. by Elliott Hughes · 2 years, 6 months ago
- 0d2c71d Move the copysign() family over to builtins all the time. by Elliott Hughes · 2 years, 6 months ago
- 2f1a7b9 Let clang generate most of our assembler for x86/x86-64 too. by Elliott Hughes · 2 years, 6 months ago
- 47aa5b9 libm: remove hand-written assembler for arm32 too. by Elliott Hughes · 2 years, 6 months ago
- 2dcc5ce Use clang's builtins for sqrt()/sqrtf() and lrint() family. by Elliott Hughes · 2 years, 6 months ago
- e343db3 Disable clang-tidy for upstream files. by Chih-Hung Hsieh · 2 years, 7 months ago
- 7d2f1b3 Add a code comment explaining the riscv64 TODOs in libm/Android.bp. by Elliott Hughes · 2 years, 8 months ago
- edf386b Use more compiler builtins for libm. by Elliott Hughes · 2 years, 8 months ago
- a0faeb2 Remove remaining "ASCII binary blobs". by Elliott Hughes · 2 years, 9 months ago
- e0942db Remove fallback C sqrt/sqrtf. by Elliott Hughes · 2 years, 9 months ago
- 836753a Merge "Simplify the libm build now we don't support non-neon." by Treehugger Robot · 2 years, 9 months ago
- 0cbb902 arm64: use llvm's builtins for lround/lroundf/llround/llroundf. by Elliott Hughes · 2 years, 9 months ago
- 46f24a1 arm64: use llvm's builtins for copysign() and copysignf(). by Elliott Hughes · 2 years, 9 months ago
- 4ceb347 Add riscv64 lrint.S. by Elliott Hughes · 2 years, 9 months ago
- a70e345 Simplify the libm build now we don't support non-neon. by Elliott Hughes · 2 years, 9 months ago
- a439845 Add trivial assembler implementations of sqrt()/sqrtf(). by Elliott Hughes · 2 years, 9 months ago
- 6a1b0f3 riscv64: fenv implementation. by Elliott Hughes · 2 years, 10 months ago
- 291f98a Switch to the more common idiom for scripts in genrules. by Elliott Hughes · 3 years, 1 month ago
- 2d8d2a0 Disable strict abigail checking pending asm fix. by Dan Albert · 3 years, 10 months ago
- 335e27b Use single module for libclang_rt.builtins-exported by Colin Cross · 3 years, 6 months ago
- 99ef447 libm: sync with upstream. by Elliott Hughes · 3 years, 7 months ago
- a13d066 Use -fno-builtin for libc and libm. by Elliott Hughes · 3 years, 8 months ago
- 9935aa7 Add/allow clang-14 warnings. by Chih-Hung Hsieh · 3 years, 10 months ago
- 0c3bb2c [libm] Set pragma FENV_EACCESS for x86_64, i386 by Pirama Arumuga Nainar · 4 years ago
- b5bfe0b Move system_shared_libs into target.bionic clause by Colin Cross · 4 years, 1 month ago
- a0a4a6c Replace llndk_library with llndk clause in cc_library by Colin Cross · 4 years, 5 months ago
- aa7d835 Add LOCAL_LICENSE_KINDS to bionic by Bob Badour · 4 years, 6 months ago
- 5e44c22 Revert "[LSC] Add LOCAL_LICENSE_KINDS to bionic" by Elliott Hughes · 4 years, 6 months ago
- 48d4303 [LSC] Add LOCAL_LICENSE_KINDS to bionic by Bob Badour · 4 years, 6 months ago
- 444e2f6 Add -Wno-ignored-pragmas. by Chih-Hung Hsieh · 4 years, 6 months ago
- c22562c Use exported variants of arm32/x86 builtins by Ryan Prichard · 4 years, 6 months ago
- d9a9622 Don't set native_bridge_supported: true for ndk libraries by Colin Cross · 4 years, 7 months ago
- 02bee71 Merge "Make vendor_ramdisk_available." by Yifan Hong · 4 years, 9 months ago
- b04490d Make vendor_ramdisk_available. by Yifan Hong · 4 years, 10 months ago
- 8393a8b Make the connection between implementation and llndk_library explicit by Colin Cross · 4 years, 10 months ago
- 15a05a7 No global ThinLTO for bionic by Yi Kong · 4 years, 11 months ago
- 48943b2 Avoid explicit use of "10000" in build files. by Dan Albert · 5 years ago
- f762275 Show coverage for libm too. by Elliott Hughes · 5 years ago
- 26ddc4d Add 29 to stubs.versions of libc/libdl/libm by Jooyung Han · 5 years ago
- 5a39cee Make ramdisk_available. by Yifan Hong · 6 years ago
- 4540db6 Track library name change. by Elliott Hughes · 6 years ago
- 73166c8 Stop exporting certain deprecated unwinder symbols from libc.so and libm.so. by Peter Collingbourne · 6 years ago
- b061e77 Link libgcc_stripped into libc.so and libm.so with --whole-archive on ARM. by Peter Collingbourne · 6 years ago
- 48da333 Merge "Remove unused -D from libm build." by Elliott Hughes · 6 years ago
- 2584b88 Remove unused -D from libm build. by Elliott Hughes · 6 years ago
- e87e0dc Restrict the availability of the bionic libs by Jiyong Park · 6 years ago
- 8947972 SSE4.1 is part of the Android x86/x86-64 ABI. by Elliott Hughes · 6 years ago
- dfde0ee Change SANITIZE_TARGET refs from 'coverage' to 'fuzzer'. by Mitch Phillips · 6 years ago
- 7f04880 Enable native_bridge_support by dimitry · 6 years ago
- 036e09c Don't install *.mountpoint targets by Jiyong Park · 6 years ago
- 1ac113d Turn on XOM for libm by Yi Kong · 6 years ago
- e3d90de Switch libm to libcrt.builtins by Yi Kong · 6 years ago
- 16f9472 Use no_libcrt property instead of hard coding projects to exclude by Yi Kong · 6 years ago
- a5f914a Add bionic mount points under /bionic by Jiyong Park · 7 years ago
- c45fe9f Add stubs variants for bionic libs by Jiyong Park · 7 years ago
- d19b3c5 Generate the per-arch .map files at build time. by Elliott Hughes · 7 years ago
- 37a2e61 Suppress cert-dcl16-c clang-tidy warnings by Chih-Hung Hsieh · 7 years ago
- f17fd1d Disable XOM in linker, libc, and libm. by Ivan Lozano · 7 years ago
- 7208139 Merge "Use builtins for ceil/floor/rint/trunc on arm64" by Elliott Hughes · 7 years ago
- b75cc02 Revert "arm64: Use builtin for nearbyintf/nearbyint" by Elliott Hughes · 7 years ago
- 35d8ba3 arm64: Use builtin for nearbyintf/nearbyint by Adhemerval Zanella · 7 years ago
- ab42e6f Use --Bsymbolic-functions on libm by Adhemerval Zanella · 7 years ago
- bd58729 Use -fno-math-errno for libm by Adhemerval Zanella · 7 years ago
- f6b101d Use double-precision routines from arm-optimized-routines by Adhemerval Zanella · 7 years ago
- bc46fb8 Start using libarm-optimized-routines in libm. by Elliott Hughes · 7 years ago
- ab52807 Update to FreeBSD libm r336665. by Elliott Hughes · 7 years ago
- 253a830 Revert "Update to FreeBSD libm r336523." by Andreas Gampe · 7 years ago
- f86ee10 Update to FreeBSD libm r336523. by Elliott Hughes · 7 years ago
- ecbff83 Work around b/24465209, do not pack relocation table. by Chih-Hung Hsieh · 7 years ago
- 0fc5df0 Work around b/24465209, do not use clang lld by Chih-Hung Hsieh · 7 years ago
- 5603c6e Mark as recovery_available: true by Jiyong Park · 7 years ago
- e332f65 Switch to FreeBSD's actual sincos. by Elliott Hughes · 7 years ago
- 0364a4b Switch to FreeBSD catrigl.c for complex arc trig functions. by Elliott Hughes · 7 years ago
- 8da8ca4 Update libm from upstream. by Elliott Hughes · 7 years ago
- 589592c Remove -Wno-uninitialized from libm Android.bp. by Elliott Hughes · 7 years ago
- 40f15ec Package bionic static libraries in the NDK. by Dan Albert · 8 years ago
- b6310c2 Fixing app compat issue b/72143978 by Ian Pedowitz · 8 years ago
- 1b0f2b4 Remove obsolete workaround. by Elliott Hughes · 8 years ago
- 1e108e3 Use builtins for ceil/floor/rint/trunc on arm64 by Jake Weinstein · 8 years ago
- 9a1bb70 Use builtins for fma/fmax/fmin/round on arm64. by Elliott Hughes · 8 years ago