Skip to content

Commit

Permalink
Fix bug in armv7 maxpool 2x2
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed May 29, 2019
1 parent 3294539 commit 1f47ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dabnn/layers/MaxPool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void maxpool2x2(const bnn::Mat &input, bnn::Mat &output, const int stride_h = 1,
"pld [%3, #128] \n"
"vmax.f32 q0, q0, q1 \n"
"vmax.f32 q2, q2, q3 \n"
"vmax.f32 q0, q2, q2 \n"
"vmax.f32 q0, q0, q2 \n"
"subs %5, %5, #1 \n"
"vst1.32 q0, [%4]! \n"
"bne 0b \n"
Expand Down

0 comments on commit 1f47ce7

Please sign in to comment.