Date-Time Computations

2012-04-19 Thread shathawa
Date-Time Computations I have systems where native 64bit integers are not available. The 64bit data storage is a structure containing a 32-bit-high and 32-bit-low integers. I would like to implement 64bit values on 32bit platforms. The pressing need is to provide a Joda-Time or JDK date-time

Re: Date-Time Computations

2012-04-19 Thread shathawa
Date-Time Computations I have systems where native 64bit integers are not available. The 64bit data storage is a structure containing a 32-bit-high and 32-bit-low integers. I would like to implement 64bit values on 32bit platforms. The pressing need is to provide a Joda-Time or JDK

Re: Date-Time Computations

2012-04-19 Thread William A. Rowe Jr.
On 4/19/2012 11:08 AM, shath...@e-z.net wrote: I have systems where native 64bit integers are not available. Surely your c tooling has 64 bit emulation already? If you are really reimplementing 64 bit math you are in for a world of hurt, and won't be nearly as efficient or defect free as if