tech-userlevel archive

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

quad funcs in libc on LP64 platforms



We have this in lib/libc/Makefile:

     75 .if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "sparc64")
     76 .include "${.CURDIR}/quad/Makefile.inc"
     77 .endif

This is surely meant that "don't compile quad funcs on LP64 platforms", right?
Is it too late to remove quad funcs in x86_64 libc?

Masao

-- 
Masao Uebayashi / Tombi Inc. / Tel: +81-90-9141-4635


Home | Main Index | Thread Index | Old Index