본문 바로가기

Android

LOCAL_ARM_MODE

http://www.ogre3d.org/forums/viewtopic.php?f=5&t=37608&start=150

- ARM: normal instructions set
- THUMB: instruction are compressed on 16bits
THUMB could be slower but the code would be smaller.

Android.mk, you could set this with LOCAL_ARM_MODE := thumb (or arm).

'Android' 카테고리의 다른 글

progress bar  (0) 2013.10.08
getExternalStorageDirectory  (0) 2013.10.08
android hosts path  (0) 2013.10.08
acessing call logs  (0) 2013.10.08
open call list  (0) 2013.10.08