Quote:
Originally Posted by knc1
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