Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

differance between 32bit and 64bit processors

  • 15-03-2006 01:13PM
    #1
    Closed Accounts Posts: 658 ✭✭✭


    So what is the differance? i need to know for a uni project and all i can find on the web is benchmarking stats and people saying that 64bit is better. i need to know why and how it is better. i know it can access more memory and can perform more calculations at one time but i need a link to something that explains how it does it.

    cheers


Comments

  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    ok, 32 bit processor can address 32 ^ 2 bits of memory, 64 bit processors can address 64 ^2 bits of memory.

    64 bit processors also have 64 bit registers and use 64 bit wide processing units (for integers for example).

    There's nothing inherantly "better" about 64bit unless you need to access more than 4GB of address space. In fact, equivalent 64bit programs will use more memory at runtime then their 32bit counterparts.


  • Closed Accounts Posts: 39 dogbert_the_dog


    try this.....

    http://en.wikipedia.org/wiki/64-bit


    seems pretty comprehensive


  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    Ah, wikipedia ftw. :D


Advertisement