Originally posted by: franguinho
hmmm i so if you have an A64 processor all u need to do is install the windows 64 demo and it will work just like that?
Other than that, it's pretty tough (and unprofitable) to develop and ship applications for an Operating System that isn't available yet...
Originally posted by: Nothinman
Other than that, it's pretty tough (and unprofitable) to develop and ship applications for an Operating System that isn't available yet...
Obviously it's available since so many people are using it now. And most applications should be simple to port, just recompile and you're done unless you made a lot of stupid assumptions in your code.
Originally posted by: Jeff7181
Originally posted by: Nothinman
Other than that, it's pretty tough (and unprofitable) to develop and ship applications for an Operating System that isn't available yet...
Obviously it's available since so many people are using it now. And most applications should be simple to port, just recompile and you're done unless you made a lot of stupid assumptions in your code.
For an application to REALLY take advantage of it, doesn't it have to be written to take advantage of the extra features? I mean, the extra GPR's would increase performance alone, but there are other additional features that would allow performance gains, isn't there?
Originally posted by: ncage
Originally posted by: Jeff7181
Originally posted by: Nothinman
Other than that, it's pretty tough (and unprofitable) to develop and ship applications for an Operating System that isn't available yet...
Obviously it's available since so many people are using it now. And most applications should be simple to port, just recompile and you're done unless you made a lot of stupid assumptions in your code.
For an application to REALLY take advantage of it, doesn't it have to be written to take advantage of the extra features? I mean, the extra GPR's would increase performance alone, but there are other additional features that would allow performance gains, isn't there?
Yes there is Jeff but to really see the difference you need to have an application that does a lot of calculations with 64 bit integer or Floating Point Numbers. You would see the biggest performance increases from games & server applications (especially Database Servers).
For an application to REALLY take advantage of it, doesn't it have to be written to take advantage of the extra features? I mean, the extra GPR's would increase performance alone, but there are other additional features that would allow performance gains, isn't there?