This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Make strcmp optimized for SSE2 with unaligned load/store as default
- From: Zack Weinberg <zackw at panix dot com>
- To: OndÅej BÃlka <neleai at seznam dot cz>
- Cc: "H.J. Lu" <hjl dot tools at gmail dot com>, GNU C Library <libc-alpha at sourceware dot org>
- Date: Tue, 25 Aug 2015 17:04:12 -0400
- Subject: Re: [PATCH] Make strcmp optimized for SSE2 with unaligned load/store as default
- Authentication-results: sourceware.org; auth=none
- References: <CAMe9rOqgek-2_GfDeFYdHpHvvt0RodUCOBrb-0nKMiCEd62ycg at mail dot gmail dot com> <20150825185920 dot 2DF5A2C3A73 at topped-with-meat dot com> <CAMe9rOr0_GpATYS8cYYZups3ti8eke9HCoiCpY3H6wXz5Y8WBw at mail dot gmail dot com> <20150825192103 dot 768822C3A73 at topped-with-meat dot com> <CAMe9rOpa-k0jbPThPPn=hTwDQ7S1MokcGv71+vN9Wejy3inNwA at mail dot gmail dot com> <CAKCAbMimO=bBY6P1y3rgT4Z6-EeyZVjPu6dhxALEeP8ifu7VCw at mail dot gmail dot com> <20150825204509 dot GA11663 at domone>
On Tue, Aug 25, 2015 at 4:45 PM, OndÅej BÃlka <neleai@seznam.cz> wrote:
> On Tue, Aug 25, 2015 at 03:34:33PM -0400, Zack Weinberg wrote:
>> That's not an objection _to eliminating the difference between libc
>> and ld.so_. It's a quibble about the default (for both). OndÅej
>> really should have brought that up in its own thread.
>>
> No, this is proper thread as it concerns selecting implementation in
> ld.so. Previously there was a slow one without sse2 that we want to
> change so it would need same rationale, even if trivial.
I understood Roladn to be saying that "We no longer need this to be
different from libc" is sufficient justification for HJ's original
change, and that was in message #1 on this thread.
zw