提交 d833849d 编写于 作者: G guzhihao4

Fix math functions optimization

replace fast-math with fp-contract=fast

Issue:#I66OCS
Test:xts test passed
Signed-off-by: Nguzhihao4 <guzhihao4@huawei.com>
Change-Id: Id565e00a3285cf3753818122a9862ac87c46e793
上级 ea44b739
......@@ -596,7 +596,7 @@ template("musl_libs") {
cflags = [
"-mllvm",
"-instcombine-max-iterations=0",
"-ffast-math",
"-ffp-contract=fast",
"-O3",
"-fPIC",
"-fstack-protector-strong",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册