View Single Post
Old 06-11-2012, 06:57 PM   #61
baf
Evangelist
baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.
 
Posts: 405
Karma: 2330752
Join Date: May 2012
Device: kt
Quote:
Originally Posted by knc1 View Post
Try a Hello World with some 'Double' math.
If it doesn't fault on 'illegal instruction' (or some such obvious thing) - call it done.
I did simple test using this code. Tested with two binaries: one built with neon support, one without. Works ok.

Code:
[root@kindle test]# ./test-neon 2.200002 2.200001 5
ans = 9.705820 5539 loop/msec
[root@kindle test]# ./test 2.200002 2.200001 5
ans = 9.705820 1478 loop/msec
baf is offline   Reply With Quote