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: RFC: Automatically test IFUNC implementations


On 09/26/2012 12:18 AM, Andreas Jaeger wrote:
> So, if let's say memcpy_1 and memcpy_2 are for different machines, you 
> would need to create a temporary list and fill that with either of these? 
> Would this work with your framework?

  return test ? memcpy_1_list : memcpy_2_list;

Both are just as static const as HJL's examples.


r~


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