lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



In the patch handling, number modes are selected by a single #define:

	float only
	double only
	float + int32
	double + int32 (not very useful, no gains :)
	float + int64 (PS2 interest?)
	double + int64 (being discussed)


D Burgess kirjoitti 22.7.2006 kello 7.53:

asko wrote:

... is something Lua authors should do
should ->could

64 bit integers for compilers that support it (even on 32 bit machines)
would be a great addition for 5.2

DB