未验证 提交 5e05191c 编写于 作者: O openharmony_ci 提交者: Gitee

!686 修复用例j1f报错

Merge pull request !686 from maweiye/fix-j1f
......@@ -312,8 +312,6 @@ template("musl_libs") {
"src/string/strcmp.c",
"src/string/strlen.c",
"src/math/sincosf.c",
"src/math/sinf.c",
"src/math/cosf.c",
"src/math/expf.c",
"src/math/exp2f.c",
"src/math/exp2l.c",
......@@ -349,8 +347,6 @@ template("musl_libs") {
"src/string/strnlen.c",
"src/string/strncmp.c",
"src/math/sincosf.c",
"src/math/sinf.c",
"src/math/cosf.c",
]
} else if (musl_arch == "x86_64") {
sources_orig -= [ "src/thread/${musl_arch}/__set_thread_area.s" ]
......@@ -375,7 +371,6 @@ template("musl_libs") {
}
if (musl_arch == "arm") {
sources += [
"$OPTRTDIR/math/cosf.c",
"$OPTRTDIR/math/exp2.c",
"$OPTRTDIR/math/exp2f.c",
"$OPTRTDIR/math/exp2f_data.c",
......@@ -392,7 +387,6 @@ template("musl_libs") {
"$OPTRTDIR/math/powf.c",
"$OPTRTDIR/math/sincosf.c",
"$OPTRTDIR/math/sincosf_data.c",
"$OPTRTDIR/math/sinf.c",
"$OPTRTDIR/string/arm/memchr.S",
"$OPTRTDIR/string/arm/memcpy.S",
"$OPTRTDIR/string/arm/memset.S",
......@@ -408,10 +402,8 @@ template("musl_libs") {
]
} else if (musl_arch == "aarch64") {
sources += [
"$OPTRTDIR/math/cosf.c",
"$OPTRTDIR/math/sincosf.c",
"$OPTRTDIR/math/sincosf_data.c",
"$OPTRTDIR/math/sinf.c",
]
if (defined(ARM_FEATURE_SVE)) {
sources += [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册