AMD, Transmeta Edge Up In Market Share
prostoalex writes "The new Mercury Research report on the microprocessor market is out, and it looks like the little guys are gaining ground. AMD now owns 15.7% of the market, instead of 15.6% a year ago, while Transmeta and other manufacturers went from 1.7% to 1.8% in a single year. Intel owns 82.5% of the market instead of 82.8% a year ago. News.com.com also notices: 'The competition between the two companies will shift into high gear over the remainder of the year. On Sept. 23, AMD will release the Athlon64, a new desktop chip that can run 32-bit and 64-bit software.'"
If AMD are releasing thier 64 bit chip early, does intel have any plans to? or are they still insisting that desktop users arent ready for 64 bit chips?
Be you Admins? nay, we are but lusers!
Surely those 0.1% differences are below the threshold of noise in the marketplace, if not in the sampling methodology?
BTW, I thought I had heard on the news that AMD was really hurting these days. Again. Anyone know?
Sheesh, evil *and* a jerk. -- Jade
Is not this terrible that 30 years old, not very good architecture now gained a pass into the 21'st century? Was it not enough to extend the 8085 first to 8086, than to 80286, than to 80386 and now to x86-64? When will this end?
As far as I understand, the kind of applications most likely to benefit from going 64-bit are mostly database apps, where access to a 64-bit address space helps when working with huge datasets, and applications doing a lot of integer computations (cryptography?).
Could anyone point out for me a list of benefits for going 64-bit on the "desktop" too?
Regards
Well , it seems that AMD will be doing some serious damage to Intel with it's new Opteron. From what i read the sales haven't yet reached their peak and we might expect a new change to these statistics.
From what i understand AMD is moving very aggressivley right now and Intel has yet to produce a sign of response.
One can not help but wonder what the future will hold....
Slashdot Sig. version 0.1alpha. Use at your own risk.
What about sales volume ?
Why do we only have percentages ?
What does this survey count ?
IT looks like they forgot ARM half a billion units, or Motorola and IBM increased sales of G[345] procs.
This 0,1% increase/decrease is unsignificant and this article is as noisy as these meaningless figures.
Trolling using another account since 2005.
Is this marketshare in units or dollars? AMD's prices are lower, so they may ship more units per %point than Intel does. Also, Intel may ship the same amount of processors, or even more, but lose a few bucks because people decide against buying bleeding edge and go for celerons etc.
Also, which market are we talking about? XBoxes count, but other console chip manufacuters such as Hitachi are not included. Or maybe they're just too cheap and included in the 'other' category?
Also note that a 0.1%point change doesn't mean anything. 45.63241% of convincing sounding statistics are too accurate to be true (margin of error 41.553%).
You'd be better of just looking at the fundamentals of the companies (or their divisions), like SEC filings, quarterly results etc. If you add up all the numbers of the competitors you've compared, hey presto, you can determine their relative marketshares in the market comprised of their aggregate customerbase.
Lies, damn lies, and then this!
SCO employee? Check out the bounty
If yours have been overheating like this then you've installed it incorrectly, simple as that. The current retail (read, cheap) heatsink/fan combos AMD ship with are already quiet - and plenty of aftermarket quieter ones are available if you want near-silent.
I've had 1700's overclocked to 2200 speeds running in a normal mini tower with only a single case fan to ventilate the case and they typically hit mid-fifties *at the most* under load, well within normal specs. They also work fine up into the 80s if you really want to push them.
If you want to get really paranoid about heat, make sure your case is well vented and stick a zalman flower passive cooler on it.
So what alternatives are there to Intel? I'm obviously aware of AMD, but what other contenders are there?
I'd be particularly interested in anything which can provide approximately Athlon XP1800 performance with low heat output and comparable cost, since I'd like to build a PVR which is as silent as possible.
Obviously low noise fans are needed, but I suppose the other alternative is to water cool it.
Donte Alistair Anderson Roberts - hi son!
Karma: Chameleon
If you do any audio/video editing, 64bits is a godsend.
Consider something relatively simple: transcoding a DV file into an MPEG4 file. For a medium length file you are talking 2-6GB of data.
Now, for a 32 bit program, the programmer must write his code to either a) process the file in a stream, with little or no memory (which means multiple passes over the file with a log file to record frame size data from pass to pass) or must write his code to work through a small window into the file, loading and reloading that window as needed. Neither approach is really friendly to the file system buffer cache.
In a 64 bit addressing system, the programmer can simply mmap() the file into his process memory space, and let the OS's VM system handle faulting the pieces of the file in and out. As a result, the OS's buffer cache logic can better manage what parts of the file are cached. Also, from the programmer's perspective the code gets much simpler (and simpler code is better!) - if he wants to access 2 parts of the file at once (for interframe compression, say), he just has 2 pointers. If he wants to seek forward, he increments a pointer. Simple. Easy.
And lest you say "But that's not something that Joe Average does" - consider the current crop of DV camcorders, DVD burners, and video editing software. Joe Average might not do this yet, but Joe (Average+2*sigma) does, and the threshold is moving downward.
I expect that when 64 bit Macs and 64 bit MacOS become available, the video editing software on the Mac will become the platinum/iridium standard for the industry.
www.eFax.com are spammers
OTOH the low-end sellers (like Via and Transmeta who target set-top and embedded devices) end up underrepresented because their processors are so cheap (or in some cases not even sold at retail).
Now clearly, this is a business report so only those who make big bucks count there. I'm just pointing out that the methodology, by design, ignores trends towards lower-cost pervasive computing.
read the *subject* of this story on slashdot.
I think introducing some radically different architecture will never work out (intel kind of proved that), amd is going the right direction innovating inside the box.
You can say that again. What plagued the Itanium CPU was that in order to take full advantage of the CPU you had to essentially write code from scratch, which is an extremely expensive investment, to say the least. It didn't help that the Itanium CPU pricing is somewhere out in the stratospshere, too. =( Small wonder why it took quite a while before the first Linux distributions that support Itanium native mode finally shipped.
With the Athlon 64 CPU, not only can you run current legacy x86 code unmodified, but it's a pretty straightforward step to modify current x86 code to support x86-64 instructions. This is Linux is already running in x86-64 native mode, and don't be surprised that Microsoft will likely have x86-64-native versions of Windows XP Home/Professional and Windows 2003 Server shipping before the end of 2003.