[Tremor] 64 bit operations

OMATA Hiroshi =?iso-2022-jp?B?GyRCPi5LcxsoQiAbJEJHbjtKGyhC?= omata
Mon Jul 26 23:38:36 PDT 2004


Hi,

> The TREMOR C source code uses a lot of 64 bit declarations and operations. Whie TI c54x has a maximum data size of 32 bits.
>
> How should te 64 bit operations be implemented on the TI C54x processor

ogg_int64_t is only used for offset of a position.
How about using a structure object? There must be little change.

typedef struct {
ogg_int32_t  hi;
ogg_uint32_t lo;
} ogg_int64_t;

Regards,
---
Japan Kyastem Corporation.
OMATA, Hiroshi <omata at kyastem.co.jp>
<omata at nwtown.org>
http://www.kyastem.co.jp/


More information about the Tremor mailing list