On 10/03/2013 08:10 AM, Will Newton wrote: > No, thanks for picking that up. I was wondering if that was valid and > the code seemed to work. What's the best way to work around the > problem? Just extend everything up to 64bits?
For the simple conditions, yes. For the more complex ones, you might want to do the computation in 32-bit and extend the result. r~