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

Compilation errors #1

Open
GoogleCodeExporter opened this issue Aug 22, 2015 · 1 comment
Open

Compilation errors #1

GoogleCodeExporter opened this issue Aug 22, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Compile math_acosf.c
2. Compile math_vec2.c
3. Compile math_vec4.c

What is the expected output? What do you see instead?
There are errors in the functions: dot4_neon_hfp, dot2_neon_hfp, and 
acosf_neon_hfp.  The compiler error is "expected string literal before ')' 
token," and it refers to what appears to be a missing register string at the 
end of the asm block.  I do not know ARM Neon assembly, and for that matter I 
am super-rusty on assembly in general, so I'm trying to figure out how to fix 
it.


What version of the product are you using? On what operating system?
I'm using the only code I've been able to find on the SVN.  The OS is Angstrom 
Linux, running on a beagleboard.



Original issue reported on code.google.com by jpnor...@gmail.com on 5 Oct 2010 at 5:12

@GoogleCodeExporter
Copy link
Author

Delete the colons wherever the issue occures

Original comment by f.buehlm...@gmail.com on 26 Mar 2012 at 9:18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant