Is a 64-bit Laptop going to be a problem for “Metro” apps? [closed]
Closed 12 years ago.
Why do some software packages have an “amd64” suffix for 64-bit systems?
When downloading various software packages, and executables for Windows, I always see two different types of executables to download. One just says ...32-bit
and the other always says ...amd64
. I know this has nothing to do with AMD, but it is referring to 64-bit operating systems, so why is this still a norm? Even large companies like Google and Ubuntu have packages set up like this.
Why do some software packages have an “amd64” suffix for 64-bit systems?
When downloading various software packages, and executables for Windows, I always see two different types of executables to download. One just says ...32-bit
and the other always says ...amd64
. I know this has nothing to do with AMD, but it is referring to 64-bit operating systems, so why is this still a norm? Even large companies like Google and Ubuntu have packages set up like this.
What are the real life use cases for tagged pointers? [closed]
Closed 10 years ago.
What are the real life use cases for tagged pointers? [closed]
Closed 10 years ago.
What are the real life use cases for tagged pointers? [closed]
Closed 10 years ago.
Perfomance of 8 bit operations on 64 bit architechture
I am usually a Python / Database programmer, and I am considering using C for a problem.
Perfomance of 8 bit operations on 64 bit architechture
I am usually a Python / Database programmer, and I am considering using C for a problem.
Importance of uniformity of development architecture across the team
If some developers still use a 32 bit ‘Windows XP’ and others use a ’64 bit Windows 7′, would it be advisable for the entire team to work with 32 bit development tools even if their OS is 64 bit? Are there any problems that could happen if uniformity is not followed?
Why might it be difficult to make a 64 bit version of a program?
In my short time programming, it has been trivial to compile any of my C++, Java, etc. for either a 32 or 64 bit machine so long as I have the full source for the program.