History log of /netbsd-src/lib/libc/arch/alpha/gen/fpgetround.c (Results 1 – 11 of 11)
Revision Date Author Comments
# 638c9cf5 21-Mar-2012 he <he@NetBSD.org>

Add some casts to get rid of "bitwise op on signed value is non-portable"
warning from lint.


# f3fc9a46 12-Jun-2011 matt <matt@NetBSD.org>

Use excb before and after the mt_fpcr/mf_fpcr instructions as specified
in the alpha ARM 4.7.8.1 (Accessing the FPCR):

Because Alpha floating-point hardware can overlap the execution of
a number o

Use excb before and after the mt_fpcr/mf_fpcr instructions as specified
in the alpha ARM 4.7.8.1 (Accessing the FPCR):

Because Alpha floating-point hardware can overlap the execution of
a number of floating-point instructions, accessing the FPCR must
be synchronized with other floating-point instructions. An EXCB
instruction must be issued both prior to and after accessing the
FPCR to ensure that the FPCR access is synchronized with the
execution of previous and subsequent floating-point instructions;
otherwise synchronization is not ensured.

Use unions to convert between double and uint64_t to avoid casting.

show more ...


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

__asm__ -> __asm


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

Add missing __RCSID()


# 05602c76 27-Jul-2003 mrg <mrg@NetBSD.org>

add a cast appease gcc3.3


# 99410184 26-Jul-2003 salo <salo@NetBSD.org>

netbsd.org->NetBSD.org


# 5d3e8294 13-Jan-2002 thorpej <thorpej@NetBSD.org>

Add internal names for fp{get,set}{mask,round,sticky}(), and
externally-visible weak aliases for the internal names.


# 91a26b10 26-Apr-2001 ross <ross@NetBSD.org>

remove the trapb ops bracketing mf_fpcr, in this one case they aren't needed


# db755e7c 14-Jun-2000 cgd <cgd@NetBSD.org>

sweep of my licenses (userland files w/o only my copyright) for
consistency. (no functional changes)


# d220ca5b 14-Jun-2000 cgd <cgd@NetBSD.org>

fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.


# 3e14f389 29-Apr-1995 cgd <cgd@NetBSD.org>

get & set FP rounding direction. these actually seem to work.