未验证 提交 e547d623 编写于 作者: Y yiicy 提交者: GitHub

[ARM] fix xcode fcmp build error, test=develop (#2910)

上级 f1ad382f
......@@ -922,7 +922,7 @@ void sgemv_trans(const int M,
/* end */ \
"4: \n" /* end */ \
"fmov s1, %w[alpha] \n" /* mov alpha to s1 */ \
"fcmp s8, #0 \n" /* cmp with zero*/ \
"fcmp s8, #0.0 \n" /* cmp with zero*/ \
"bge 5f \n" /* if ge zero */ \
"fmul s8, s8, s1 \n" /* out * alpha */ \
"5: \n" /* leakey relu label */ \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册