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 [1/5] Vector math functions infrastructure


On Mon, 27 Apr 2015, Andrew Senkevich wrote:

> Hi,
> 
> this is the beginning of series of patches (in the form suitable for
> git am) with addition of common vector math functions infrastructure.
> 
> This patch is preparatory change in libm-test.c - splitting of macros
> which form name of tested functions for ability to use separate name
> for tested functions and for functions used in test suite
> infrastructure.
> It was discussed and approved, end of discussion is
> https://sourceware.org/ml/libc-alpha/2014-11/msg00766.html
> Attached copy.
> 
> Ok for trunk?

I'm not interested in re-reviewing patches that have already been 
approved.  If (a) the patch is identical to that previously reviewed (the 
previous patch applies cleanly), except for changing 2014 to 2014-2015 in 
the copyright notices of any new files, and (b) it still passes testing, 
then just commit it.  If there are differences (beyond copyright years) to 
the previously approved version, please post a diff between (glibc with 
approved patch applied) and (glibc with new patch applied) (or identify 
the places that needed changes to deal with merge conflicts, etc., if the 
previous patch no longer applies cleanly).

This applies to all the patches in the series.  Only repost if you did not 
previously post a patch version that received approval subject to 
copyright assignment, or where a previous version was approved but you 
want to make other changes to it anyway; otherwise just retest, update 
copyright years in new files and commit.

-- 
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]