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: [RESEND] [PATCH] PPC64: First in the series of patches implementing


On Fri, 1 Mar 2019, GT wrote:

> Does the following procedure accomplish 'no change to API/ABI':
> 
> - Introduce a new preprocessor macro PPC64_VSX_DISABLE_LIBMVEC
> - In sysdeps/powerpc/bits/math-vector.h, change:

That name is in the user's namespace, so it should not be tested in any 
installed header.

If you're not changing the API/ABI, I don't think the patches belong in 
glibc master (as opposed to on some branch, and on the branch you can just 
enable the features by default).  This isn't a case where a long series of 
preparatory patches are needed before adding a feature (which is the sort 
of case where preparation for a new feature might be appropriate on master 
long before the feature itself); the main preparation for the feature was 
all done in the x86_64 context.

-- 
Joseph S. Myers
joseph@codesourcery.com


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