SFML community forums
Help => General => Topic started by: kiaran on May 29, 2011, 02:46:35 am
-
I am packaging my SFML game for Linux. My system is 32bit. Do I also need to build a 64bit version for people using 64bit linux?
I see a 32bit/64bit versions of the SFML libraries. Is the 32bit version not compatible with 64bit OS?
In windows, you can run 32bit apps on 64bit OS...
-
If they have the 32-bit libraries installed, it'll work fine on 64-bit Linux, but they won't be able to take advantage of 64-bit optimizations.
-
Thank you for clarifying this!
Can anyone enlighten me about the actual, real-world performance difference between 32/64bit architectures.
I know you can access more RAM, does it also make your system somehow faster?
-
Thank you for clarifying this!
Can anyone enlighten me about the actual, real-world performance difference between 32/64bit architectures.
I know you can access more RAM, does it also make your system somehow faster?
The first few SSE additions are supported by all 64-bit architectures, which are great if you're doing complex math (physics engines).