aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2018-08-09 14:52:09 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-08-09 14:52:09 -0700
commit253909075017db87f386e0edd43e540fbd9c707a (patch)
tree10de13e35055f124da0c8ff3412283f463a4c404
parentbd98805fc9873c683721a62180bc8427f5cfd929 (diff)
parentff50653e35b50e118fdd9e9f6532d418a6e8dc1c (diff)
downloadarm-optimized-routines-253909075017db87f386e0edd43e540fbd9c707a.tar.gz
Export double precision implementations
am: ff50653e35 Change-Id: I760b9c9118515e3db0a2d6ba43a3015de4ba0fe0
-rwxr-xr-xAndroid.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d533695..e8ded12 100755
--- a/Android.bp
+++ b/Android.bp
@@ -12,14 +12,24 @@ cc_library {
],
srcs: [
"math/cosf.c",
+ "math/exp2.c",
"math/exp2f.c",
"math/exp2f_data.c",
+ "math/exp.c",
+ "math/exp_data.c",
"math/expf.c",
+ "math/log2.c",
+ "math/log2_data.c",
"math/log2f.c",
"math/log2f_data.c",
+ "math/log.c",
+ "math/log_data.c",
"math/logf.c",
"math/logf_data.c",
+ "math/math_err.c",
"math/math_errf.c",
+ "math/pow.c",
+ "math/pow_log_data.c",
"math/powf.c",
"math/powf_log2_data.c",
"math/sincosf.c",