The Xiaomi 14 with the new Snapdragon 8 Gen 3 has a 32 to 64-bit translator
1–10 of 30 posts
Re: The Xiaomi 14 with the new Snapdragon 8 Gen 3 has a 32 to 64-bit translator
#2So why this over-the-top feature than?
Re: The Xiaomi 14 with the new Snapdragon 8 Gen 3 has a 32 to 64-bit translator
#3I guess Google play store can restrict the downloadable set of apps to what is natively compiled for available hardware. So why this over-the-top feature than?
I would assume it's provided because in Xiaomi's primary two markets (India and China), there's a ton of 32-bit apps that their users need and won't upgrade phones (a lot more common in those markets) if they can't keep them. Google Play is also less commonly used in those markets.
Re: The Xiaomi 14 with the new Snapdragon 8 Gen 3 has a 32 to 64-bit translator
#4I guess Google play store can restrict the downloadable set of apps to what is natively compiled for available hardware. So why this over-the-top feature than?
However I suspect that the Xiaomi has to contend with the Chinese app ecosystem which may not be as strictly controlled, so probably has a decent number of legacy 32bit apps floating about.
Re: The Xiaomi 14 with the new Snapdragon 8 Gen 3 has a 32 to 64-bit translator
#5I guess Google play store can restrict the downloadable set of apps to what is natively compiled for available hardware. So why this over-the-top feature than?
Re: The Xiaomi 14 with the new Snapdragon 8 Gen 3 has a 32 to 64-bit translator
#6I guess Google play store can restrict the downloadable set of apps to what is natively compiled for available hardware. So why this over-the-top feature than?
The industry has been deprecating 32 bit ARM and we have finally reached the point where support is being dropped from the CPUs themselves. This means that if you still want to support 32 bit ARM, then you will need to do it in software.
Re: The Xiaomi 14 with the new Snapdragon 8 Gen 3 has a 32 to 64-bit translator
#7Re: The Xiaomi 14 with the new Snapdragon 8 Gen 3 has a 32 to 64-bit translator
#8I guess Google play store can restrict the downloadable set of apps to what is natively compiled for available hardware. So why this over-the-top feature than?
Re: The Xiaomi 14 with the new Snapdragon 8 Gen 3 has a 32 to 64-bit translator
#9I guess Google play store can restrict the downloadable set of apps to what is natively compiled for available hardware. So why this over-the-top feature than?
I don't know if it's over the top. ARM isn't too complex to convert. There's some register mangling that needs to be managed for SIMD, data struct alignment checks and overbounding behavior that needs to be accounted for; but it's all relatively (keyword on relatively , it's still a lot of work) simple and orthogonal. I would assume it's provided because in Xiaomi's primary two markets (India and China), there's a to…
Re: The Xiaomi 14 with the new Snapdragon 8 Gen 3 has a 32 to 64-bit translator
#10Then again, they want to support small storage sizes, so maybe discouraging the OS from growing too much with redundant 32 and 64 bit versions of base libraries is the real reason?