lua-users home
lua-l archive

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


On Fri, Mar 6, 2009 at 7:02 AM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>> Lua uses doubles on 32bit machines, shouldn't 64bit machines use long
>> doubles or even quadruple precision floats ?
>
> Do 64-bit machines suppport long doubles in hardware?

The x86_64 architecture does not support long doubles in hardware.  As
for other architectures, I don't know.


-- 
Thomas Harning Jr.