Dual Core or 64 bit?
Dual Core or 64 bit?
Not sure if this is the correct place for this question:
Which is best: Dual core or 64 bit?
Am thinking about getting a desktop and would like to know which is the best option.
Many thanks
Which is best: Dual core or 64 bit?
Am thinking about getting a desktop and would like to know which is the best option.
Many thanks
T41p 1 Gig Ram, IBM a/b/g
-
a31pguy
- Moderator1

- Posts: 605
- Joined: Wed Mar 16, 2005 12:14 pm
- Location: San Francisco Bay Area
- Contact:
IMHO - Dual Core. Very few applications for windows run native 64-bit apps unless they're compile for it even when the OS is running in 64-bit mode. Unless your peforming numerical analysis apps and absolutely need 64-bit registers.
Dual Cores is better since you can multi-thread processes. Tasks can be assigned to seperate virtual CPUs. With a dual-core Prescott - you can have four virtual CPUs.
Dual Cores is better since you can multi-thread processes. Tasks can be assigned to seperate virtual CPUs. With a dual-core Prescott - you can have four virtual CPUs.
-
BigWarpGuy
- Junior Member

- Posts: 453
- Joined: Wed Jan 05, 2005 9:22 pm
- Location: New Hampshire
- Contact:
AMD QuadCore?
I read that AMD is working toward a QuadCore chip.
* * * * * * * * *
BigGoofyGuy
* * * * * * * * *
http://www.biggoofyguy.com
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
http://www.cafepress.com/tomleem
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
BigGoofyGuy
* * * * * * * * *
http://www.biggoofyguy.com
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
http://www.cafepress.com/tomleem
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
-
K. Eng
- Moderator Emeritus

- Posts: 1946
- Joined: Thu Apr 15, 2004 7:10 am
- Location: Pennsylvania, United States
Re: Dual Core or 64 bit?
Your question is kind of moot. In desktop platforms, all dual core processors are 64-bit.
Intel Pentium D and AMD Athlon 64 X2 are both 64-bit processors. The dual core G5s used in Apple's final PPC based PowerMac are also 64-bit processors.
Intel Pentium D and AMD Athlon 64 X2 are both 64-bit processors. The dual core G5s used in Apple's final PPC based PowerMac are also 64-bit processors.
dd wrote:Not sure if this is the correct place for this question:
Which is best: Dual core or 64 bit?
Am thinking about getting a desktop and would like to know which is the best option.
Many thanks
Homebuilt PC: AMD Athlon XP (Barton) @ 1.47 GHz; nForce2 Ultra; 1GB RAM; 80GB HDD @ 7200RPM; ATI Radeon 9600; Integrated everything else!
-
a31pguy
- Moderator1

- Posts: 605
- Joined: Wed Mar 16, 2005 12:14 pm
- Location: San Francisco Bay Area
- Contact:
True,
All Pentium platforms are internally 64-bit registers - but not 64-bit bus. Sun Sparcs were 64-bit (but until Solaris 7+ were not 64-bit OS). Even after solaris 7, applications needed to be compiled to 64-bit. But the operating systems and applications which run on them are 32-bit.
This reminds me of the DEC Alpha vs. Intel days. Personally - if I were in the mood for a new architecture - I would look at the AMD Opteron CPUs. From some of the trade journals I've been reading, there are some very interesting architectures coming from AMD.
All Pentium platforms are internally 64-bit registers - but not 64-bit bus. Sun Sparcs were 64-bit (but until Solaris 7+ were not 64-bit OS). Even after solaris 7, applications needed to be compiled to 64-bit. But the operating systems and applications which run on them are 32-bit.
This reminds me of the DEC Alpha vs. Intel days. Personally - if I were in the mood for a new architecture - I would look at the AMD Opteron CPUs. From some of the trade journals I've been reading, there are some very interesting architectures coming from AMD.
-
K. Eng
- Moderator Emeritus

- Posts: 1946
- Joined: Thu Apr 15, 2004 7:10 am
- Location: Pennsylvania, United States
I don't think this is exactly true... the Front Side Bus width since the original Pentium has been 64-bits. This is simply the width of the processor interface, and doesn't have anything to do with memory address space.
x86 registers are 32 bits for integer/GPR and 80 bits for x87 FPU, longer I think for SSE/2 registers.
Pentiums that implement x64 have 64 bit registers for integer/ALU, and a few extra GPRs.
x86 registers are 32 bits for integer/GPR and 80 bits for x87 FPU, longer I think for SSE/2 registers.
Pentiums that implement x64 have 64 bit registers for integer/ALU, and a few extra GPRs.
a31pguy wrote:True,
All Pentium platforms are internally 64-bit registers - but not 64-bit bus.
Homebuilt PC: AMD Athlon XP (Barton) @ 1.47 GHz; nForce2 Ultra; 1GB RAM; 80GB HDD @ 7200RPM; ATI Radeon 9600; Integrated everything else!
-
a31pguy
- Moderator1

- Posts: 605
- Joined: Wed Mar 16, 2005 12:14 pm
- Location: San Francisco Bay Area
- Contact:
agreed - but the PCI slots are still 32-bits, with some exceptions for PCI-64-bit slots, PCI-E, and AGP. But in previous models there have been very few 64-bit PCI cards and even fewer 64-bit drivers.
SSE2 and SSE3 are 128-bit. But only in the CPUs that support SSE2 and SSE3.
But it's still not 64-bit applications. The windows operating system is still 32-bit. There are some versions of windows server that are 64-bit - however even fewer 64-bit applications have been compiled for them.
The intel 64-bit server CPUs have been a dismal failure and windows server 64-bit OS have not been widely adapted.
About the only true 64-bit applications I have seen are on the UNIX side of the house. DEC had some following - but since the HP/Compaq buyout - the only remaining 64-bit applications I have seen are in Solaris 10 with specially compiled 64-bit applications. The problem is that most software design houses only see limited markets for 64-bit apps and don't want to support both a 32-bit version and a 64-bit version.
SSE2 and SSE3 are 128-bit. But only in the CPUs that support SSE2 and SSE3.
But it's still not 64-bit applications. The windows operating system is still 32-bit. There are some versions of windows server that are 64-bit - however even fewer 64-bit applications have been compiled for them.
The intel 64-bit server CPUs have been a dismal failure and windows server 64-bit OS have not been widely adapted.
About the only true 64-bit applications I have seen are on the UNIX side of the house. DEC had some following - but since the HP/Compaq buyout - the only remaining 64-bit applications I have seen are in Solaris 10 with specially compiled 64-bit applications. The problem is that most software design houses only see limited markets for 64-bit apps and don't want to support both a 32-bit version and a 64-bit version.
-
Esben
- Sophomore Member
- Posts: 141
- Joined: Sat May 14, 2005 7:50 am
- Location: Copenhagen, Denmark
- Contact:
I can't see a heatproblem with quad core Athlon64. The current power-champ of AMD is the Turion MT-40, at 2.2 GHz, using 25W. Take four of these, and put them on the same die. 25Wx4 = 100W, still less than P4 Prescott.
In 2007, at 65nm, my estimate is a quad-core 2 GHz Athlon64 will use app. 75W.
In 2007, at 65nm, my estimate is a quad-core 2 GHz Athlon64 will use app. 75W.
Lenovo Thinkpad X230,
i5-3320M | 8 GB DDR3-1600 | 256 GB Crucial M4 | 12.5" IPS | Windows 8 Pro
i5-3320M | 8 GB DDR3-1600 | 256 GB Crucial M4 | 12.5" IPS | Windows 8 Pro
-
- Similar Topics
- Replies
- Views
- Last post
-
-
T60 upgrade from Core Solo T1300 to Core 2 Duo T7200 possible?
by Tr0n6 » Mon May 01, 2017 9:00 am » in ThinkPad T6x Series - 5 Replies
- 689 Views
-
Last post by Cigarguy
Fri May 05, 2017 7:33 pm
-
-
-
P70 - need (34mm) ExpressCard reader (board) 'Device description' & 'Hardware ID' in Win 10 Pro 64-bit OS
by Frankenstien » Thu Feb 02, 2017 9:35 pm » in Windows 10 - 0 Replies
- 602 Views
-
Last post by Frankenstien
Thu Feb 02, 2017 9:35 pm
-
-
-
Identify Wifi Card Win 7 64 bit X230 & missing bits device manager
by blink » Tue Feb 28, 2017 8:56 pm » in ThinkPad X230 and later Series - 3 Replies
- 481 Views
-
Last post by w0qj
Tue Mar 07, 2017 3:55 am
-
-
-
PC Doctor ThinkVantage Toolbox -- WinXp 32-bit
by SimonA » Fri Mar 24, 2017 4:37 am » in Windows OS (Versions prior to Windows 7) - 2 Replies
- 1069 Views
-
Last post by Haxoc112
Mon May 29, 2017 9:00 pm
-
Who is online
Users browsing this forum: No registered users and 2 guests



