Is mips and mips64 ABI supported by Ogre3D on Android?

Discussion of issues specific to mobile platforms such as iOS, Android, Symbian and Meego.
Post Reply
Seranth
Gnoblar
Posts: 15
Joined: Mon Jul 11, 2016 1:50 am
x 1

Is mips and mips64 ABI supported by Ogre3D on Android?

Post by Seranth »

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?
User avatar
Zonder
Ogre Magi
Posts: 1168
Joined: Mon Aug 04, 2008 7:51 pm
Location: Manchester - England
x 73

Re: Is mips and mips64 ABI supported by Ogre3D on Android?

Post by Zonder »

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.
There are 10 types of people in the world: Those who understand binary, and those who don't...
paroj
OGRE Team Member
OGRE Team Member
Posts: 1993
Joined: Sun Mar 30, 2014 2:51 pm
x 1073
Contact:

Re: Is mips and mips64 ABI supported by Ogre3D on Android?

Post by paroj »

Seranth wrote: Mon Nov 06, 2017 5:07 am Are they supposed to be supported? If not, will they ever be supported? If not, why?
search the source code for OGRE_PLATFORM_ANDROID and add OGRE_CPU_MIPS paths where applicable.

then create a pull-request with your changes. ;)
Post Reply