jdelva / math-neon

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

atan2f_neon_sfp calls atan2f_c with reverse arguments #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Line 164 of math_atan2f.c, should read atan2f_c(x, y)...

(Or, more appropriately, rename the arguments in _sfp to y, x and fix line 161 
to atan2f_neon_hfp(y, x) instead)

Original issue reported on code.google.com by Aerial9@gmail.com on 7 Aug 2011 at 7:51