Skip to content

Commit

Permalink
fix armv7 assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Dec 22, 2017
1 parent 55ec189 commit 0564021
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/layer/arm/convolution_1x1.h
Original file line number Diff line number Diff line change
Expand Up @@ -427,15 +427,15 @@ static void conv1x1s1_neon(const Mat& bottom_blob, Mat& top_blob, const Mat& _ke

"vst1.f32 {d16-d19}, [%1 :128]! \n"

"pld [%2, #256] \n"
"vld1.f32 {d24-d27}, [%2 :128] \n"
"pld [%3, #256] \n"
"vld1.f32 {d24-d27}, [%3 :128] \n"
"vmla.f32 q12, q2, %q14 \n"
"vmla.f32 q13, q3, %q14 \n"

"vst1.f32 {d20-d23}, [%2 :128]! \n"

"pld [%2, #256] \n"
"vld1.f32 {d28-d31}, [%2 :128] \n"
"pld [%4, #256] \n"
"vld1.f32 {d28-d31}, [%4 :128] \n"
"vmla.f32 q14, q2, %q15 \n"
"vmla.f32 q15, q3, %q15 \n"

Expand Down

0 comments on commit 0564021

Please sign in to comment.