提交 54fecdc5 编写于 作者: L liuruilong

format files

上级 911e15cc
...@@ -93,9 +93,10 @@ void ReluKernel<CPU, float>::Compute(const ReluParam &param) const { ...@@ -93,9 +93,10 @@ void ReluKernel<CPU, float>::Compute(const ReluParam &param) const {
"vst1.32 {q6, q7}, [%[out_ptr]]! \n\t" "vst1.32 {q6, q7}, [%[out_ptr]]! \n\t"
"end_%=: \n\t" "end_%=: \n\t"
: :
:[out_ptr]"r"(out_ptr), [input_x_ptr]"r"(input_x_ptr), [num]"r"(numel) :
:"memory", "q0", "q1", "q2", "q3", "q4","q5","q6", "q7", "q8", "r5", "r6" [out_ptr] "r"(out_ptr), [input_x_ptr] "r"(input_x_ptr), [num] "r"(numel)
); : "memory", "q0", "q1", "q2", "q3", "q4", "q5", "q6", "q7", "q8", "r5",
"r6");
} else { } else {
ReluFunctor<float> func_; ReluFunctor<float> func_;
math::Transform trans; math::Transform trans;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册