
dear abletons please let us know...

I would not think so.Spectre /Aural Motives wrote:so there is no certain answer given..
Your memory serves you well. 64 bit, is it?tomperson wrote:The thing is that with bigger machine "words" (64bit vs 32bit) you can do certain arithmetics faster because you can do it in a single operation instead of using two operations and such. For example, if you sum a 32 bit number with another 32 bit number, you could easily get a number that is more than 32 bit, and if you have a 32bit architecture, you need to split the result in 2 32bit portions and store the portions separately. With 64bit architecture, you would do it with 1 operation, without having the number "split", etc.
Something like that, it's a loooong time since I studied that stuff.