ykfang / math-neon

Automatically exported from code.google.com/p/math-neon
0 stars 0 forks source link

Compilation errors #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
Delete the colons wherever the issue occures

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