Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: VanirAOSP/bionic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: kk44
Choose a base ref
...
head repository: VanirLLVM/bionic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: kk44
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 13 files changed
  • 1 contributor

Commits on Apr 2, 2014

  1. libm: upstream-glibc: Add exp10 support and some glibc dependencies

    Summary:
    exp10 isn't in the BSDs, so this is an import via upstream glibc.
    exp10 is also much faster than pow(10,x). With an additional patch,
    our llvm backend will convert pow(10,x) to exp10(x).
    
    Test Plan: this needs MASSIVE cleanup still. Much of this code isn't actually upstream...OR libm so not sure what to do with it yet
    
    Reviewers: randall.rushing, jriordan001, anders3408
    
    Differential Revision: http://review.codefirex.com/D178
    
    Conflicts:
    	libm/Android.mk
    synergydev authored and xboxfanj committed Apr 2, 2014
    Configuration menu
    Copy the full SHA
    624acbb View commit details
    Browse the repository at this point in the history
Loading