CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/07/23 12:11:14
Modified files:
lib/libc/arch/arm/gen: fabs.c
lib/libc/arch/sh/gen: fabs.c
Log message:
clear sign bit, instead of comparing to zero and setting x=-x.
fixes special cases, such as neg. zero, and makes C99 conformant
ok miod@, millert@
since there's nothing else in arm's fabs.c, replace 4-clause license
w/ the one at /usr/share/misc/license.template
