|
-
Apr 16th, 2005, 09:49 AM
#1
Thread Starter
Fanatic Member
AMD vs Intel
Is there really a better? Truthfully I think Intel last longer, but AMD seems to work better. I watched this one video from tomshardware.com where they showed what happens when you take the cooler/fan (something) off the chip, and on the intel's it just froze the game they were playing. Once they put it back on it worked fine. When they took it off the AMD's it actually started smoking and destroyed itself. I already have an AMD so I'm looking for advice on my next buy.
-duc
-
Apr 16th, 2005, 10:31 AM
#2
Addicted Member
Re: AMD vs Intel
well, i'd say that AMD is better for games, and Intel is better for video editing.
-
Apr 16th, 2005, 11:03 AM
#3
Re: AMD vs Intel
 Originally Posted by duc
Is there really a better? Truthfully I think Intel last longer, but AMD seems to work better. I watched this one video from tomshardware.com where they showed what happens when you take the cooler/fan (something) off the chip, and on the intel's it just froze the game they were playing. Once they put it back on it worked fine. When they took it off the AMD's it actually started smoking and destroyed itself. I already have an AMD so I'm looking for advice on my next buy.
-duc
That's definitely a factor to consider if you happen to be one of the millions of people out there who takes the fan off the processor while playing games.
-
Apr 16th, 2005, 11:03 AM
#4
-
Apr 16th, 2005, 12:45 PM
#5
Addicted Member
Re: AMD vs Intel
at the moment 64-bit processors dont do anything extra.
-
Apr 18th, 2005, 04:27 AM
#6
KING BODWAD XXI
Re: AMD vs Intel
I prefer AMD as they are cheaper and they run cooler (Or at least they used to).
Pentiums are still good though as long as you avoid the Celerons
-
Apr 18th, 2005, 09:14 AM
#7
Re: AMD vs Intel
For servers I would personally think Intel might be better with HT and all that, but on desktops, you cant beat the value of AMD chips and can get away with using cheap cooling (stock fans usually work fine).
-
Apr 19th, 2005, 03:43 AM
#8
Frenzied Member
Re: AMD vs Intel
In the past Intel chips always ran cooler than AMD - and Intel used this as a very big marketing tool for businesses. Now the new AMD chips run much cooler than Intel and Intel have gone very quiet on the issue.
In the current generation of chips AMD have a better architecture and I would recommend getting one of their chips. However I seriously doubt it'll be long before Intel are back up there.
DJ
If I have been helpful please rate my post. If I haven't tell me!
-
Apr 19th, 2005, 03:54 AM
#9
KING BODWAD XXI
Re: AMD vs Intel
Put simply they are both the same and there is hardly anything to destinguish the two. HT never makes much difference in my opinion but there we go
-
Apr 19th, 2005, 03:59 AM
#10
Frenzied Member
Re: AMD vs Intel
Yeah to be honest you'd be hard pushed to distinguise between the two without benchmarking them! But theorically AMD design is better - which is good enough for me - I love an underdog!
DJ
If I have been helpful please rate my post. If I haven't tell me!
-
Apr 20th, 2005, 09:08 AM
#11
Re: AMD vs Intel
 Originally Posted by BodwadUK
HT never makes much difference in my opinion but there we go 
That's because most programs are single threaded, which doesn't utilise HT technology, which is a shame indeed.
I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)
-
Apr 20th, 2005, 12:10 PM
#12
Addicted Member
Re: AMD vs Intel
well people might disagree with me here but iv allways considered Intel to be more for office/buissness etc and AMd for games and video editing
Nothing is Impossible you say?......Try slamming a revolving door!
-
Apr 30th, 2005, 08:05 PM
#13
Dazed Member
Re: AMD vs Intel
Id like to get a new amd 64 but at this point i can't see any advantages. Perhaps when i get cash for my voodoo ill opt for twin amd cpu's. I have no complaints about my p4 though. Hl2 and doom3 run pretty good.
-
May 3rd, 2005, 02:22 AM
#14
KING BODWAD XXI
Re: AMD vs Intel
Dilenger looking at your sig you know roman numerals for 4 is IV not IIII
-
May 3rd, 2005, 10:38 PM
#15
Re: AMD vs Intel
 Originally Posted by Dilenger4
Id like to get a new amd 64 but at this point i can't see any advantages. Perhaps when i get cash for my voodoo ill opt for twin amd cpu's. I have no complaints about my p4 though. Hl2 and doom3 run pretty good.
64bit Windows and Linux. It's quite cool. Too bad I don't have one yet
-
May 3rd, 2005, 11:28 PM
#16
Dazed Member
Re: AMD vs Intel
Posted by BodwadUK
Dilenger looking at your sig you know roman numerals for 4 is IV not IIII
Yeah i knew that but i didn't think that pent 3's which were labled III were really roman numerals. Seems intel threw them in the trash with the p4. Too bad though because in 2042 i could have changed my cpu specs in my sig to Intel PXXVII 500Ghz.
-
May 3rd, 2005, 11:46 PM
#17
Hyperactive Member
Re: AMD vs Intel
 Originally Posted by Dilenger4
Yeah i knew that but i didn't think that pent 3's which were labled III were really roman numerals. Seems intel threw them in the trash with the p4. Too bad though because in 2042 i could have changed my cpu specs in my sig to Intel PXXVII 500Ghz. 
Either that, or your version of PIIIIIIIIIIIIIIIIIIIIIIIIIII 500 GHz
-
May 3rd, 2005, 11:49 PM
#18
Hyperactive Member
Re: AMD vs Intel
 Originally Posted by ajames
at the moment 64-bit processors dont do anything extra.
Of course they do. Conventional 32-bit processors had to split 64-bit integers over multiple registers and 64-bit operations were very slow and latent. With the release of good, solid 64-bit architecture, software developers will be able to work efficiently with numbers over 4.2 billion.
Now that IPv6 is out and used widely, you cannot store a long version of an IP address in a single 32-bit integer. Solution? Pad it out and put it into a 64-bit one! Either that or go the char[6] way.
-
May 4th, 2005, 02:33 AM
#19
KING BODWAD XXI
Re: AMD vs Intel
But it has to simulate 32bit surely thus slowing down 32bit programs?
-
May 4th, 2005, 03:48 AM
#20
Hyperactive Member
Re: AMD vs Intel
 Originally Posted by BodwadUK
But it has to simulate 32bit surely thus slowing down 32bit programs? 
Conventional register access and instruction sets can still be used (sometimes a recompile is required if low-level optomisations were made). On AMD64 architecture, there are eight new 64-bit registers, and eight new SSE registers. Most of the 64-bit instructions are simply prefixed 32-bit instructions, meaning 32-bit applications can run natively using standard 32-bit memory addressing and so forth. However, you need a 64-bit operating system (one that is aware of the ability to enable long mode), otherwise your program will bomb out.
Don't get confused; AMD64 is not an entirely new architecture, just an extension to the x86 architecture. So no simulation is done; if anything, any of the old IA-32 64-bit instructions have been improved to move across registers (or perhaps not, but that would have been ideal) to improve performance on 32-bit apps which take advantage of 64-bit instructions.
-
May 6th, 2005, 05:13 AM
#21
Supreme User
Re: AMD vs Intel
 Originally Posted by BodwadUK
I prefer AMD as they are cheaper and they run cooler (Or at least they used to).
Pentiums are still good though as long as you avoid the Celerons 
I used to have a Intel Celeron 512Mhz
-
May 6th, 2005, 03:37 PM
#22
Re: AMD vs Intel
 Originally Posted by Madboy
I used to have a Intel Celeron 512Mhz

I have an Intel Celeron D 2816Mhz i fail to see what is wrong with it, apart from my old Athlon XP 1600+ pwning it :S
-
May 9th, 2005, 03:08 PM
#23
Hyperactive Member
Re: AMD vs Intel
 Originally Posted by thegreatone
I have an Intel Celeron D 2816Mhz i fail to see what is wrong with it, apart from my old Athlon XP 1600+ pwning it :S
Celeron is Pentium gone wrong heh... from memory, I think it lacks several possible enhancements (but includes MMX), making them solid and cheap. Nothing wrong with Celeron, especially if all you are going to do is surf the web. The moment you do anything too intense, and you will probably notice the difference.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|