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] Fix Wundef warning for MEMCPY_OK_FOR_FWD_MEMMOVE


On 27 June 2014 10:21, Siddhesh Poyarekar <siddhesh@redhat.com> wrote:
> On Thu, Jun 26, 2014 at 12:04:23PM -0700, Roland McGrath wrote:
>> That only helps x86_64 and not anybody else using that file (whether
>> directly by sysdeps selection or by #include).  I think memcopy.h should
>> be required to define that one way or the other.  Then we can have a
>> default in sysdeps/generic/memcopy.h.
>
> Wouldn't that not catch cases where one forgets to define the macro
> and inherits the default?

It's an optimization hint so it should be ok to inherit the default of
"use the slow copy loop".

-- 
Will Newton
Toolchain Working Group, Linaro


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