History log of /netbsd-src/lib/libc/arch/powerpc/gen/flt_rounds.c (Results 1 – 12 of 12)
Revision Date Author Comments
# b9e24006 19-Mar-2015 joerg <joerg@NetBSD.org>

Call libc's fpgetround.


# 85f1d6f3 10-Jul-2011 matt <matt@NetBSD.org>

Don't use "f" with non-fp types. Use a union to go between
double and uint64_t. Makes clang happy.


# ce666bb8 24-Dec-2005 perry <perry@NetBSD.org>

__asm__ -> __asm


# 4e11af46 24-Dec-2005 perry <perry@NetBSD.org>

Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.


# 88c3eadb 12-Jun-2005 lukem <lukem@NetBSD.org>

Add missing __RCSID()


# acdea831 04-Apr-2004 matt <matt@NetBSD.org>

Suppress a lint warning.


# 3ca01a7f 22-Feb-2002 kleink <kleink@NetBSD.org>

Do without stfiwx; per PEM32 Rev. 1 it's an optional part of the UISA,
and not implemented on the 601.


# 42102f10 25-May-2001 simonb <simonb@NetBSD.org>

Handle soft-float case, from the arm flt_rounds.c.


# e8559a61 07-Jul-1999 danw <danw@NetBSD.org>

mark an asm statement volatile so it doesn't get optimized out


# 7992f14b 09-Aug-1998 tsubai <tsubai@NetBSD.org>

s/asm/__asm/


# cb5f5779 03-Feb-1998 mycroft <mycroft@NetBSD.org>

Need float.h for prototypes.


# 5ef4bdf6 29-Mar-1997 thorpej <thorpej@NetBSD.org>

Architecture-specific bits for libc on the PowerPC. From Wolfgang
Solfrank <ws@tools.de>