Linux-SWAT
Forum Addict!
- Joined
- Feb 13, 2010
- Messages
- 9,188
Hi,
What are the recommended flags ?
What are the recommended flags ?
I would suggest not using -mfloat-abi=softfp or -mfloat-abi=softYou can use the same as for Pandora.
Neonfpu and armv7
Hopefully this also includes integer division and the other extensions in the instruction set. But especially that, which could make a significant difference for some code.Noticed this as well: " -march=armv7ve is the armv7-a architecture with virtualization extensions." I believe the kernel I am using has these enabled... I don't know what benefit it would be to use them though.
Using these flags (With exemption to -O2 over -O3) Dosbox seems to compile ok but Trashy says it's not faster than my early january build which was just basic Dosbox things. Perhaps MH-T has some ideas for compilation flags for the Pyra with dosbox? I'm happy to let MH-T / others into my IGEP0050 board to playThanks, here's the latest flags :
-O2 -pipe -march=armv7ve -mcpu=cortex-a15 -mfloat-abi=hard -mfpu=neon-vfpv4 -fPIC