OSDN Git Service

Add the 'hello-neon' sample app to demonstrate cpufeatures and ARM Neon usage.
authorDavid 'Digit' Turner <digit@google.com>
Fri, 12 Feb 2010 23:51:33 +0000 (15:51 -0800)
committerDavid 'Digit' Turner <digit@google.com>
Sat, 13 Feb 2010 00:26:31 +0000 (16:26 -0800)
commited849b513ab66a5e0d96981b2f1432d92839dc98
treea1d0724158a3c9be8685818f12158e4f1da20afa
parentdfca8b109ec799b4321cc4d2eb1f09b51c17520b
Add the 'hello-neon' sample app to demonstrate cpufeatures and ARM Neon usage.

+ Add a small cleanup script (build/tools/cleanup-apps.sh)
+ Minor formatting of hello-gl2 sample.
13 files changed:
apps/hello-gl2/project/jni/gl_code.cpp
apps/hello-neon/Application.mk [new file with mode: 0644]
apps/hello-neon/project/AndroidManifest.xml [new file with mode: 0644]
apps/hello-neon/project/build.properties [new file with mode: 0644]
apps/hello-neon/project/default.properties [new file with mode: 0644]
apps/hello-neon/project/jni/Android.mk [new file with mode: 0644]
apps/hello-neon/project/jni/helloneon-intrinsics.c [new file with mode: 0644]
apps/hello-neon/project/jni/helloneon-intrinsics.h [new file with mode: 0644]
apps/hello-neon/project/jni/helloneon.c [new file with mode: 0644]
apps/hello-neon/project/res/values/strings.xml [new file with mode: 0644]
apps/hello-neon/project/src/com/example/neon/HelloNeon.java [new file with mode: 0644]
build/tools/cleanup-apps.sh [new file with mode: 0755]
docs/CPU-ARM-NEON.TXT