Browse Source

d31 is useless

tags/20180314
nihui 8 years ago
parent
commit
b1aec69ff9
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/layer/arm/convolution_3x3.h

+ 3
- 3
src/layer/arm/convolution_3x3.h View File

@@ -176,7 +176,7 @@ static void conv3x3s1_neon(const Mat& bottom_blob, Mat& top_blob, const Mat& _ke
"add %5, #16 \n"

"pld [%8, #192] \n"
"vld1.f32 {d28-d31}, [%8] \n"// r3
"vld1.f32 {d28-d30}, [%8] \n"// r3
"add %8, #16 \n"

"vext.32 q10, q8, q9, #1 \n"
@@ -211,7 +211,7 @@ static void conv3x3s1_neon(const Mat& bottom_blob, Mat& top_blob, const Mat& _ke
"vmla.f32 q13, q11, %f23[0] \n"

"pld [%6, #192] \n"
"vld1.f32 {d28-d31}, [%6] \n"// r1
"vld1.f32 {d28-d30}, [%6] \n"// r1
"add %6, #16 \n"

"vmla.f32 q6, q8, %f18[0] \n"
@@ -266,7 +266,7 @@ static void conv3x3s1_neon(const Mat& bottom_blob, Mat& top_blob, const Mat& _ke
"vmla.f32 q13, q11, %f22[0] \n"

"pld [%8, #192] \n"
"vld1.f32 {d28-d31}, [%8] \n"// r3
"vld1.f32 {d28-d30}, [%8] \n"// r3
"add %8, #16 \n"

"vext.32 q10, q8, q9, #1 \n"


Loading…
Cancel
Save