just for the record: the tropic is not a smartphone! anyway i want play games on the tabled and the most games are "windows+x86+directX"
and you don't have any clue because mesa8 already support all wine specific extensions from openGL3.2 this means you need openGL3.2 or 2.1/3.0+extensions.
but yes you are the expert... you know it sure.
o man really only stupid people make a comparison to cars in a computer tropic.
64bit computing has nothing similar to a HUMMER car.
and you miss the important part ALL companies working on 64bit MIPS for example 64bit already here the ARM 64bit chips are ready in 2014!
if you think 64bit is stupid then MIPS+ARM are stupid companies and amd +intel+IBM are stupid companies.
All people are stupid but you are the smartest guy in the world? LOL what a ironic part.
" I sure as hell don't want to pay $1000 for a '64-bit smartphone with 8GB of RAM"
you are stupid as hel because right now you can buy 1000dollar smartphones without 8gb ram and without 64bit.
1gb ram only cost 4€ right now this means only 32€ for 8gb ram and the OEMs get it cheaper also 20€
you really think 20€ of ram is a big part on a 1000 dollar smartphone?
and 64bit if they use mibs they have 64bit already and in 2014 64bit ARM chips are the standart.
also "GHz" burns more heat than 64bit in fact you can do the same with less MHZ with 64bit in the same time this means 64 saves you energy* (*=if you need more than 4gb ram compared to PAE)
and hey i vote for this version: '''Anybody in favor of sending a request to the forum admins for banning idiots like Sonadow on the grounds of:'''
Last edited by Qaridarium; 02-13-2012 at 06:27 AM.
32 Euros to manufacture, but the added PCB routing, complexity, soldering, and quality assurance surely makes it go over 100 euros if you want to make some $$ off that. By any chance, could you explain to us the need of 64 bits in a mobile landscape? If such need existed, why aren't we using MIPS as of now? What are the advantages of 64 bits over 32 bits? Does it make sense to trade off a feature that isn't not a feature in a mobile context for an added power consumption?
And just listing off the top of my mind workloads wich could benefit from 64 bits memory addressing, how important is for scientists working on large simulations , let's say,in the quantum chemistry subject, to compute it on a mobile tablet? A 3D artist would be rendering something in his/her tablet? heck, and i ran out of examples.
Btw, i vote for you being banned. The other guy, i like him much more than you. He has rethoric.
And I'm a computer science student, i know what im talking about.
Last edited by WillyThePimp; 02-13-2012 at 07:59 PM. Reason: Added " the"
Either is impliying that there is a need for it to be so, i develop software, and my 3GB laptop suits me more than enough. If i ever step up from my current work to a more complex and demanding eviroment, so will do my tools. Tablets and Mobile are used mainly by socialite-bussinessman, public communicators and people that don't do interesting things. I have hard times programming or even writing long stuff on a 7" touchscreen. There are no such things as a mobile proton collider to go with you scientific needs alongside your tablet, and touch panels aren't reliable enough for any (serious) artist (I can't paint shit on one as i do on paper), etc.
Q, you neglect some "details" of the x86 architecture, namely it's huge legacy baggage from the late 70's - early 80's, the most obvious part of this baggage is the 16-bit mode of operation that your latest-gen 64-bit CPU still posses. This makes up for some pretty complex logic for stuff that is never used by modern applications like BCD arithmetic.
Good news is that with BIOS fading away and being replaced by EFI (and hopefully coreboot) future generations of CPUs will no longer need to implement the 16-bit mode. But if by the time ARM comes with 64-bit CPUs x86 will still have 16-bit real mode you can bet the 64-bit ARM CPUs will be massively faster/watt then 64-bit x86 CPUs.
And even if x86 does drop the obvious baggage, ARM CPUs will probably still be significantly faster/watt then x86 because of the bad influence that early 16-bit design has had on the future x86 ISAs, the 32-bit one mostly, but to a slighter degree also the 64-bit one.
Probably what both AMD and Intel bet on is that GPGPU will become so widespread in the future that the actual CPU will become mostly irrelevant for any computation intense task so the inefficiency of the x86 architecture will go unnoticed![]()
My point was that the x86 16-bit mode is outdated with lots of useless features and completely unusable by modern OSs. The ARM Thumb mode actually does something useful and does not add much to the complexity of the chips since it's a subset of the 32-bit ISA, not completely different ISA. BTW, isn't Thumb 2 just an extension to Thumb? From my understanding it didn't break compatibility to old Thumb, just added new opcodes.