commit | ddd235bd9c264f08dee7887e210d61ca2351cf86 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Wed May 19 11:39:16 2010 -0700 |
committer | David 'Digit' Turner <digit@google.com> | Wed May 19 11:39:16 2010 -0700 |
tree | 2e734467ff6973ed6a8f878c5b72e27845f557a3 | |
parent | 204e82d0af26ab08e3bf8f82e676edcc7b992931 [diff] [blame] |
Add sincos() and sincosf() implementation. This is a GLibc-compatibility patch required to simplify our upcoming toolchain work/porting. Change-Id: I615a20a449763f86b6e2b0e4f5ab43fb029ceb6d
diff --git a/libm/Android.mk b/libm/Android.mk index fa73aff..28e8f33 100644 --- a/libm/Android.mk +++ b/libm/Android.mk
@@ -3,6 +3,7 @@ libm_common_src_files:= \ isinf.c \ fpclassify.c \ + sincos.c \ bsdsrc/b_exp.c \ bsdsrc/b_log.c \ bsdsrc/b_tgamma.c \