未验证 提交 41b78a64 编写于 作者: O openharmony_ci 提交者: Gitee

!751 Fix math functions using fast-math

Merge pull request !751 from guzhihao4/fix_math_functions
...@@ -596,7 +596,7 @@ template("musl_libs") { ...@@ -596,7 +596,7 @@ template("musl_libs") {
cflags = [ cflags = [
"-mllvm", "-mllvm",
"-instcombine-max-iterations=0", "-instcombine-max-iterations=0",
"-ffast-math", "-ffp-contract=fast",
"-O3", "-O3",
"-fPIC", "-fPIC",
"-fstack-protector-strong", "-fstack-protector-strong",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册