This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: PowerPC floating point little-endian [14 of 15]
- From: Andreas Schwab <schwab at suse dot de>
- To: Alan Modra <amodra at gmail dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Wed, 10 Jul 2013 09:52:56 +0200
- Subject: Re: PowerPC floating point little-endian [14 of 15]
- References: <20130710012435 dot GN2602 at bubble dot grove dot modra dot org> <20130710013149 dot GA2602 at bubble dot grove dot modra dot org>
Alan Modra <amodra@gmail.com> writes:
> diff --git a/sysdeps/powerpc/powerpc64/fpu/s_roundf.S b/sysdeps/powerpc/powerpc64/fpu/s_roundf.S
> index 980a77b..4f2c851 100644
> --- a/sysdeps/powerpc/powerpc64/fpu/s_roundf.S
> +++ b/sysdeps/powerpc/powerpc64/fpu/s_roundf.S
> @@ -19,10 +19,12 @@
> #include <sysdep.h>
>
> .section ".toc","aw"
> + .p2align 3
> .LC0: /* 2**23 */
> - .tc FD_4b000000_0[TC],0x4b00000000000000
> + .long 0x4b000000
> .LC1: /* 0.5 */
> - .tc FD_3f000000_0[TC],0x3f00000000000000
> + .long 0x3f000000
> +
Missing second word?
Andreas.
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."