Post Reply 
 
Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
port for intel x86 android phones??
10-29-2013, 02:24 PM
Post: #86
RE: port for intel x86 android phones??
(10-29-2013 02:21 PM)xavier-hallade Wrote:  Hi,

I've got the same problem when recompiling with icc, .prx load seem to go fine but not iso/cso.

With gcc you can already get a big performance boost adding these cflags:
-mtune=atom -mfpmath=sse

On my atom Z2580 phone with frameskipping set to 1, Wipeout pure is working quite well with these !

in Android.mk, like this?

LOCAL_CFLAGS := -O3 -fsigned-char -Wall -Wno-multichar -Wno-psabi -Wno-literal-suffix -D__STDC_CONSTANT_MACROS -mtune=atom -mfpmath=sse
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: port for intel x86 android phones?? - YaPeL - 10-29-2013 02:24 PM

Forum Jump: