As far as I can tell mips and mips64 are not supported by Ogre3D. My builds for those ABI's fail anyway.
Are they supposed to be supported? If not, will they ever be supported? If not, why?
Is mips and mips64 ABI supported by Ogre3D on Android?
-
- Gnoblar
- Posts: 15
- Joined: Mon Jul 11, 2016 1:50 am
- x 1
-
- Ogre Magi
- Posts: 1172
- Joined: Mon Aug 04, 2008 7:51 pm
- Location: Manchester - England
- x 76
Re: Is mips and mips64 ABI supported by Ogre3D on Android?
I think only a few tablets got manufactured with mips not aware of any phones. So it's a case of would the effort be worth it other than ticking a box in processor support?
Personally i'd love a bit more diversity in the phone/tablet market with cpus.
Personally i'd love a bit more diversity in the phone/tablet market with cpus.
There are 10 types of people in the world: Those who understand binary, and those who don't...
-
- OGRE Team Member
- Posts: 2106
- Joined: Sun Mar 30, 2014 2:51 pm
- x 1132
Re: Is mips and mips64 ABI supported by Ogre3D on Android?
search the source code for OGRE_PLATFORM_ANDROID and add OGRE_CPU_MIPS paths where applicable.
then create a pull-request with your changes.