Nothing. That's a board not an SoC. The SoC on that board is a Snapdragon, from Qualcomm, which we have already noted will not sell to EvilDragon in small quantities.
I misunderstood and thought it came with it. Well, that's what I get for trying to help. lolNothing. That's a board not an SoC. The SoC on that board is a Snapdragon, from Qualcomm, which we have already noted will not sell to EvilDragon in small quantities.
-God Ginrai
Totally in agreement with you here. If the Pyra is everything we've heard rumored of, an updated OMAP5 Pandora with a 1080p display and refined keyboard and case, it's already won loyalty and community endorsement regardless. Nvidia can have their bowling ball weighted, monster controller. Not every person wants or requires a nose bleeding edge type device for portable PC and gaming on the road.So, some people still are more impressed by specs than what a device actually can do?
I could never understand that.
I'm still using my xperia Pro as phone, as there's not a single smartphone out there with a keyboard... and smartphones have become so huge.
And it does everything I need.
Modern phones don't impress me at all. They've got plenty of horsepower that most people will never use... so what for?
Same for the K1. Impressive GPU, sure - but honestly, what do you expect from it that won't run with an OMAP5 GPU?
HQ Commercial games? Will never be released on the Pyra anyways.
Dolphin? Maybe right now, but I honestly don't believe it needs OpenGL ES 3.0. Sounds like they didn't optimize it much for slower GPUs, but that can be done.
So, honestly, what do you expect that the K1 can do that an OMAP5 can't, when ignoring commercial games?
However, x86 was very tight on registers to begin with. You originally only had 4 registers available to work with, and you often had to keep them free because each of them is bound to certain commands. This pushes you to work mostly on the stack, keeping often used data in registers is a bit tricky. Adding in 8 completely free registers generally allows a quite large change in how things are done.A little late on this, but I'm pretty sure ARMv8 has twice as many general-purpose registers. Similar performance increases are possible.
However, x86 was very tight on registers to begin with. You originally only had 4 registers available to work with, and you often had to keep them free because each of them is bound to certain commands. This pushes you to work mostly on the stack, keeping often used data in registers is a bit tricky. Adding in 8 completely free registers generally allows a quite large change in how things are done.
You guys both sound like you didn't do a lot of coding in protected mode. I've done a fair amount of 32-bit x86 code and never had a problem using 7 registers liberally, only avoiding esp as a GPR. The 32-bit extensions made things a lot more orthogonal. Of the instructions that still had implicit operands many have become too slow to be useful. A lot of the other ones are either infrequent or expensive enough that the overhead of shuffling registers around is negligible. The only one that really felt annoying was variable shift being bound to cl (not even the full register), but even that doesn't tend to come up very much.^ You actually have a few more that you can shuffle stuff into temporarly. But x86 is pretty strict on what you can use registers for, they all have a defined function.
If this is happening with 32-bit code then it's probably a sign of weak (possibly because they're old) compilers or poor optimization levels.I have done more reverse engineering stuff than actually working productive with x86 assembler to be honest, but everything compiler-generated I have seen so far didn't seem to use the other registers at all.
what a hipster.. tears of a lumberjack for you.said: Well the K1 with dual core 64bit armv8 will be out in products around mid this year, making the OMAP5 at least 1 gen old. By the time the Pyra launches - hazards a guess - next year, it could be 2 gens old. But if that's the only chip ED can get, well it's disappointing as SNESFAN said, but what can can you do
Might want to edit your post. You're currently making EvilDragon look like he talks about himself in third person.
FFS are people never happy?You are overusing that one
So, whoot, it shows that the latest SoC with a GPU from a developer mainly known for Graphics card is faster with 3D stuff than the other ones.