Related topics

64-bit expr support at the Tcl level (even on 32-bit OSes)
I'm stuck between deciding wheater to upgrade now or wait a little longer for 64 bit (athlon 64) to drop in price. I heard someone say that Athlon XP will be phased out soon (?) I know its the last of the 32 bit line although I cannot understand why Intel released another 32 bit line (Centrino and Pentium EE).

Buy 32 bit computer or wait for 64 bit
Now, it gets really messy when you take into account that the R4300 instruction set is only 32-bits in length and that the width of these registers depends on the mode of operation. In 32-bit mode, they are treated as 32-bits wide and in 64-bit mode, they are treated as 64-bits wide. A 32bit instruction word is

How to statically linking 2 files for 32 bit and 64 bit in ...
Will "Tim Slattery" <Slatter...@bls.gov> wrote in message news:nbekkv49in03lrqcsuhhtdvevjh7cfpvvc@4ax.com... leepe...@hotmail.com (Peach) wrote: Could somebody tell me what 32 or 64 bit actually refers to? It describes the hardware. A 32 bit machine - which is what nearly all of us use these days - handles 32-bit

32-bit 64-bit?
Shall we be able to run 32-bit on all of them ? Shall we be able to run 64-bit on all of them ? Should we choose either way ? If we are forced run a mixture of 64-bit and 32-bit do we need two sets of binaries ? Shall we designated a specific platform for compilations ? All systems capable of running SOlaris 2.5.1

porting device driver from 32 to 64 bit for AIX 5L
Simon Marchese sjm_n...@yahoo.co.uk comp unix aix Greg wrote: Andy Fish wrote: anyway, since I'm here (and I can't RTFM) can anyone tell me whether aix 5L is 64 bit with some kind of 32-bit emulation for 32-bit software, or do you have a choice of installing 32 or 64 bit versions of the OS ? I have a 32-bit app

Windows Easy Transfer 32bit XP to 64 bit Vista
You'll likely need to make it a dual-boot rig (the 32 and 64 bit installations on different disks) or get two of them though. Thanks for your clarification. Can I, using the 64 bit kernel, develop and run 32 bit binaries utilizing 32 bit pointers on the 64 bit kernel? Yes. In fact, you can even run most of the

32-bit or 64-bit XP
Hi all, Does anyone know if there's an MSScript.ocx ready for 64 bits? My (WinForm) application fails to load on 64 bit due to the fact the ocx is compied to 32 bits. The thing is, my application uses aditional native dlls that are placed in the system32 directory, and once I compile my app to x86, I can work with

What does "16/32/64-bit uP" *really* mean?
If you look at the Alpha, this scheme fits perfectly: it's a 32-bit machine. This is true in the same sense that a 68020 using 16-bit `int's is a 16-bit machine. That is, the internal busses in the CPU are all twice as wide, so while the Alpha is perfectly capable of doing both 32 and 64 bit operations,

32 bit or 64 bit
Buford buf...@macrohard.net comp os linux advocacy On Fri, 07 Jan 2005 20:20:12 -0600, Erik Funkenbusch wrote: On Sat, 08 Jan 2005 03:47:09 +0200, Abdullah Ramazanoglu wrote: begin Erik Funkenbusch dedi ki: Unlike previous versions of x86, running 32 bit apps in 64 bit mode doesn't incur any performance penalty.

64 or 32 bit ?
Will I be able to buy a Vista Ultimate 32-bit BOXED RETAIL UPGRADE or will I need to buy the full version in order to be able to transfer it later to a 64-bit computer? In order to be able to use the Vista Upgrade on the new computer, there will first have to be an older, qualifying OS installed on that new

Windows Easy Transfer 32bit XP to 64 bit Vista
Joseph M. Newcomer newco...@flounder.com microsoft public vc mfc You would have separate directories for 32-bit and 64-bit libraries, or you would name the libraries with different names, such as xyz32.lib and xyz64.lib. You would have different build configurations for the 32-bit and the 64-bit values that named

Explain 32 bit OS
All
of the processors currently considered to be "64 bit" (Alpha, MIPS R4x00 R8000 and R10000, Hypersparc, I assume you mean "UltraSPARC" here; hyperSPARC is a 32-bit processor, implementing SPARC V8 rather than SPARC V9, although it uses Mbus and has a 64-bit bus. The Pentium, by comparison, supports 32-bit

"Trivial Question" - 32bit vs. 64bit vs. 32/64bit
It tends to move things around in memory and between memory and the CPU four byes (32 bits) at a time. A 64 bit machine uses 64-bit words. The 64-bit version of WindowsXP is written to take advantage of the capablilities of 64-bit hardware. That means that it uses instructions that 32-bit machines do not have

32-bit and 64-bit under Solaris 2.7
How does this compare with Windows 2000 x-bit (please don't say 2-bit, though it may be tempting!)? It is rumored that microsoft is doing some work on a future 64-bit version of windows. Linux is 64-bit on 64-bit platforms, and 32-bit on 32-bit platforms. For instance, on Intel ia64, Ultra Sparc, Alpha,

Fwd: Re: PROPOSED: 32/64 bit coexistance
But what is the correct way to code an arithmetic operation to avoid wrap-around when the code is to be run on both 32-bit and 64-bit machines? Example: uint32_t x = SOME_LARGE_NO; uint64_t y; ... y = (uint64_t)(10000 * x); /* Will overflow occur before the cast? */ y = (int64_t)(x) * 10000; /* or, is it better to

32-bit vs 64-bit
Would somebody please explain to me what 16, 32, and 64 bit means in regards to WIN98 being a "32 bit" operating system. what are the differences? what makes WIN95 bit and WIN98 32 Bit? and what about 64 bit WIN2000 coming out. what does all this mean ! ARGGGHH! What "16-bit" and "32-bit" really mean is the largest

A little worry on 32 bit and 64 bit X86 cpu
Rick Jones f...@bar.baz.invalid comp sys hp hpux Lasse Jensen <r...@worldonline.dk> wrote: Which PA-RISC processors are 32 bit and which are 64 bit? Well, in one sense, _all_ PA-RISC processors are at least 64 bit addressing going back to the very first ones in the mid 1980's - 32-bit spaceid and 32-bit offset.

16,32,64 bit whats it all mean to me?
System 7 is 32-bit code. So is 6.0, and even 1.0. Early Systems were limited to 24-bit addressing because they did some clever hacks they really shouldn't have been doing. + PPC 601's and 604's are not truly 64 bit processors, but have a 64 bit path to memory and a 64 bit external bus.

16bit...32bit...64bit...
A 64 bit architecture can 1) handle flat 64 bit virtual addresses and 2) manipulate 64 bit integers and bit fields as easily as 32 bit quantities. Not everyone needs 1) but 2) can be quite useful all the way down to a $150 Nintendo 64. HPC indeed! OK, I'll bite. Don't MMX, 3DNow! and KNI SIMD manipulate 64- and

Arithmetic for 32-bit and 64-bit machines
Does this means that the compiler is compiled for 32 bit machine. If so this means that the application will use 32/64 bit registers. Consider what has to be done when a 32 bit address is stored in a 64 bit pointer variable, and then 64 bit arithmetic is applied to such a value - what should happen when such a