This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] PowerPC - Fix PPC64 floorl
On Tue, Apr 24, 2012 at 12:06 PM, Ryan S. Arnold <ryan.arnold@gmail.com> wrote:
> On Mon, Apr 23, 2012 at 2:37 PM, Adhemerval Zanella
> <azanella@linux.vnet.ibm.com> wrote:
>>> [PATCH] PowerPC - Fix PPC64 floorl
>>>
>>> The assembly version fails to correctly floorl some edge cases. The patch
>>> removes it and use the C version.
>>>
>> 2012-04-17 ÂAdhemerval Zanella Â<azanella@linux.vnet.ibm.com>
>>
>> Â Â Â Â[BZ #13886]
>> Â Â Â Â* sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Using the
>> Â Â Â Âsysdeps/ieee754/ldbl-128ibm/s_floorl.c version.
>> Â Â Â Â* math/libm-test.inc: (floor_test): Add more tests.
>> Â Â Â Â* sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
>
> This looks good and we have consensus on it, so I'm going to push this
> upstream with the amended ChangeLog.
Pushed to master as commit 94e02fc410d21ceacb12a63add9946c98e6048eb
I amended the ChangeLog to make a correction:
+2012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
+
+ [BZ #13886]
+ * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
+ sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
+ * math/libm-test.inc (floor_test): Add more tests.
+ * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
Ryan S. Arnold