This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Clean up comments in mpa.c


Siddhesh Poyarekar <siddhesh@redhat.com> writes:

> diff --git a/sysdeps/powerpc/powerpc32/power4/fpu/mpa.c b/sysdeps/powerpc/powerpc32/power4/fpu/mpa.c
> index 449a745..2c792dd 100644
> --- a/sysdeps/powerpc/powerpc32/power4/fpu/mpa.c
> +++ b/sysdeps/powerpc/powerpc32/power4/fpu/mpa.c
> @@ -46,11 +46,9 @@
>  #include "endian.h"
>  #include "mpa.h"
>  #include "mpa2.h"
> -#include <sys/param.h>	/* For MIN() */
> -/* mcr() compares the sizes of the mantissas of two multiple precision  */
> -/* numbers. Mantissas are compared regardless of the signs of the       */
> -/* numbers, even if x->d[0] or y->d[0] are zero. Exponents are also     */
> -/* disregarded.                                                         */
> +#include <sys/param.h>
> +/* Compare mantissa of two multiple precision numbers regardless of the sign

Please add a blank line after the headers.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]