Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix vst1.f32 of coeff sum at eltwise_arm layer #289

Merged
merged 1 commit into from
Mar 11, 2018
Merged

fix vst1.f32 of coeff sum at eltwise_arm layer #289

merged 1 commit into from
Mar 11, 2018

Conversation

hxbloom
Copy link
Contributor

@hxbloom hxbloom commented Mar 10, 2018

In line 414: "vmla.f32 q1, q0, %q6 \n", destination register is q1 instead of q0, So, replace the {d0-d1} of line 416 with {d2-d3}.

In line 414:  "vmla.f32   q1, q0, %q6         \n",        destination register is q1 instead of q0,      So, replace the {d0-d1} of line 416 with {d2-d3}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants