[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Lua workshop: call for backup presentations.
- From: "Jerome Vuarand" <jerome.vuarand@...>
- Date: Thu, 24 Aug 2006 15:46:45 -0400
> - long double as the lua native type - been working on this. People
> seem horrified.... but I don't do any arithmetic to speak of other
> than comparisons, simple counting loops, etc., I just need to move
> data back and forth between C and lua accurately. I'm still working
> on this.
Using long doubles on a 64bit platform is not much worse than using
doubles on a 32bits platform. It's just that people are not yet used to
them.