Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-7] src
Module Name: src
Committed By: msaitoh
Date: Mon May 25 09:05:26 UTC 2015
Modified Files:
src/lib/libm/arch/vax [netbsd-7]: n_support.S
src/lib/libm/src [netbsd-7]: namespace.h s_copysign.c s_copysignl.c
src/sys/arch/powerpc/include [netbsd-7]: ieee.h math.h
Log Message:
Pull up following revision(s) (requested by joerg in ticket #790):
sys/arch/powerpc/include/math.h: revision 1.5
lib/libm/src/namespace.h: revision 1.13
lib/libm/arch/vax/n_support.S: revision 1.10
lib/libm/src/s_copysignl.c: revision 1.3
lib/libm/src/s_copysignl.c: revision 1.4
lib/libm/src/s_copysignl.c: revision 1.5
sys/arch/powerpc/include/ieee.h: revision 1.6
lib/libm/src/s_copysign.c: revision 1.12
lib/libm/src/s_copysign.c: revision 1.13
- Support copysignl on PowerPC.
- Define copysignl on !long double platforms. Be consistent in the use of
weak aliases.
- copysignl is also needed for PowerPC's double-double format, so special
case that. Functional support was added earlier, but not enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.4.1 src/lib/libm/arch/vax/n_support.S
cvs rdiff -u -r1.11 -r1.11.2.1 src/lib/libm/src/namespace.h
cvs rdiff -u -r1.11 -r1.11.74.1 src/lib/libm/src/s_copysign.c
cvs rdiff -u -r1.2 -r1.2.24.1 src/lib/libm/src/s_copysignl.c
cvs rdiff -u -r1.5 -r1.5.140.1 src/sys/arch/powerpc/include/ieee.h
cvs rdiff -u -r1.4 -r1.4.184.1 src/sys/arch/powerpc/include/math.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index