xiabodan / math-neon

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

frexpf #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I had issues getting correct values following your frexpf algorithm.  When I 
switched to the algorithm shown at 
http://code.metager.de/source/xref/sdcc/sdcc/device/lib/frexpf.c I had better 
luck.  Honestly not sure if I just messed up my implementation, or if your 
algorithm is wrong or not.  Just suggesting you might take a second look at it.

Original issue reported on code.google.com by dwh...@dspconcepts.com on 7 May 2014 at 9:26

GoogleCodeExporter commented 9 years ago
I have remove frexpf from the repo. I never got around to implementing a 
version on the NEON... so it's probably as slow as the cmath version (and 
possibly broken).

Original comment by lachlan...@gmail.com on 27 Nov 2014 at 11:23