Module Name: src Committed By: joerg Date: Thu May 14 19:26:12 UTC 2015
Modified Files: src/lib/libm/src: s_copysign.c s_copysignl.c Log Message: 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.12 -r1.13 src/lib/libm/src/s_copysign.c cvs rdiff -u -r1.4 -r1.5 src/lib/libm/src/s_copysignl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.