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

New routines: vadd(), vsub(), vdiv(), vmla(), dot(), and cross() #2

Conversation

raminzaghi-arm
Copy link
Collaborator

No description provided.

@yangzhang
Copy link
Collaborator

Hi Ramin
when I run this command, there is error:
fatal: Couldn't find remote ref
dev/raminzaghi-arm/patch0002_new_functions_vadd_vsub_vdiv_vmla_dot_cross

Thanks
Yang

2012/3/31 R Zaghi <
reply@reply.github.com

You can merge this Pull Request by running:

git pull https://github.com/projectNe10/Ne10dev/raminzaghi-arm/patch0002_new_functions_vadd_vsub_vdiv_vmla_dot_cross

Or you can view, comment on it, or merge it online at:

#2

-- Commit Summary --

  • New routines: vadd(), vsub(), vdiv(), vmla(), dot(), and cross()

-- File Changes --

M Makefile (2)
M NE10_init.c (69)
M headers/macros.h (2)
M headers/unit_test_abs_operation_x.h (2)
M headers/unit_test_common.h (3)
A headers/unit_test_cross_operation_x.h (233)
A headers/unit_test_dot_operation_x.h (233)
M headers/unit_test_len_operation_x.h (2)
M headers/unit_test_mla_operation_x.h (2)
M headers/unit_test_mlac_operation_x.h (2)
M headers/unit_test_normalize_operation_x.h (2)
M headers/unit_test_setc_operation_x.h (2)
M headers/unit_test_x_operation_x.h (2)
A headers/unit_test_x_operation_x_tolerant.h (211)
M headers/unit_test_xc_operation_x.h (2)
M inc/NE10.h (155)
M inc/NE10_asm.h (6)
M inc/NE10_c.h (6)
M inc/NE10_neon.h (6)
M projectfile (2)
M source/NE10_abs.neon.s (12)
M source/NE10_add.asm.s (2)
M source/NE10_add.c (30)
A source/NE10_add.neon.s (449)
M source/NE10_add_test.c (32)
A source/NE10_cross.asm.s (19)
R source/NE10_cross.c (17)
A source/NE10_cross.neon.s (142)
A source/NE10_cross_test.c (51)
M source/NE10_div.c (30)
D source/NE10_div.neon.c (46)
A source/NE10_div.neon.s (622)
M source/NE10_div_test.c (34)
A source/NE10_dot.asm.s (19)
A source/NE10_dot.c (54)
A source/NE10_dot.neon.s (345)
A source/NE10_dot_test.c (67)
M source/NE10_mla.c (30)
D source/NE10_mla.neon.c (35)
A source/NE10_mla.neon.s (440)
M source/NE10_mla_test.c (32)
M source/NE10_mul.neon.s (6)
M source/NE10_sub.c (30)
D source/NE10_sub.neon.c (35)
A source/NE10_sub.neon.s (448)
M source/NE10_sub_test.c (32)

-- Patch Links --

https://github.com/projectNe10/Ne10/pull/2.patch
https://github.com/projectNe10/Ne10/pull/2.diff


Reply to this email directly or view it on GitHub:
#2

@raminzaghi-arm
Copy link
Collaborator Author

I had to take it down due to some issues. I will upload a new one soon.

-----Original Message-----
From: yangzhang [mailto:reply@reply.github.com]
Sent: 01 April 2012 07:09
To: Ramin Zaghi
Subject: Re: [Ne10] New routines: vadd(), vsub(), vdiv(), vmla(), dot(), and cross() (#2)

Hi Ramin
when I run this command, there is error:
fatal: Couldn't find remote ref
dev/raminzaghi-arm/patch0002_new_functions_vadd_vsub_vdiv_vmla_dot_cross

Thanks
Yang

2012/3/31 R Zaghi <
reply@reply.github.com

You can merge this Pull Request by running:

git pull https://github.com/projectNe10/Ne10dev/raminzaghi-arm/patch0002_new_functions_vadd_vsub_vdiv_vmla_dot_cross

Or you can view, comment on it, or merge it online at:

#2

-- Commit Summary --

  • New routines: vadd(), vsub(), vdiv(), vmla(), dot(), and cross()

-- File Changes --

M Makefile (2)
M NE10_init.c (69)
M headers/macros.h (2)
M headers/unit_test_abs_operation_x.h (2)
M headers/unit_test_common.h (3)
A headers/unit_test_cross_operation_x.h (233)
A headers/unit_test_dot_operation_x.h (233)
M headers/unit_test_len_operation_x.h (2)
M headers/unit_test_mla_operation_x.h (2)
M headers/unit_test_mlac_operation_x.h (2)
M headers/unit_test_normalize_operation_x.h (2)
M headers/unit_test_setc_operation_x.h (2)
M headers/unit_test_x_operation_x.h (2)
A headers/unit_test_x_operation_x_tolerant.h (211)
M headers/unit_test_xc_operation_x.h (2)
M inc/NE10.h (155)
M inc/NE10_asm.h (6)
M inc/NE10_c.h (6)
M inc/NE10_neon.h (6)
M projectfile (2)
M source/NE10_abs.neon.s (12)
M source/NE10_add.asm.s (2)
M source/NE10_add.c (30)
A source/NE10_add.neon.s (449)
M source/NE10_add_test.c (32)
A source/NE10_cross.asm.s (19)
R source/NE10_cross.c (17)
A source/NE10_cross.neon.s (142)
A source/NE10_cross_test.c (51)
M source/NE10_div.c (30)
D source/NE10_div.neon.c (46)
A source/NE10_div.neon.s (622)
M source/NE10_div_test.c (34)
A source/NE10_dot.asm.s (19)
A source/NE10_dot.c (54)
A source/NE10_dot.neon.s (345)
A source/NE10_dot_test.c (67)
M source/NE10_mla.c (30)
D source/NE10_mla.neon.c (35)
A source/NE10_mla.neon.s (440)
M source/NE10_mla_test.c (32)
M source/NE10_mul.neon.s (6)
M source/NE10_sub.c (30)
D source/NE10_sub.neon.c (35)
A source/NE10_sub.neon.s (448)
M source/NE10_sub_test.c (32)

-- Patch Links --

https://github.com/projectNe10/Ne10/pull/2.patch
https://github.com/projectNe10/Ne10/pull/2.diff


Reply to this email directly or view it on GitHub:
#2


Reply to this email directly or view it on GitHub:
#2 (comment)

-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

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