From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78079 invoked by alias); 15 May 2018 18:32:31 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 78049 invoked by uid 89); 15 May 2018 18:32:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=Hx-languages-length:652 X-HELO: albireo.enyo.de From: Florian Weimer To: leonardo.sandoval.gonzalez@linux.intel.com Cc: libc-alpha@sourceware.org, hjl.tools@gmail.com Subject: Re: [PATCH] x86-64: remove duplicate line on PREFETCH_ONE_SET macro References: <20180515171303.11312-1-leonardo.sandoval.gonzalez@linux.intel.com> Date: Tue, 15 May 2018 18:32:00 -0000 In-Reply-To: <20180515171303.11312-1-leonardo.sandoval.gonzalez@linux.intel.com> (leonardo sandoval gonzalez's message of "Tue, 15 May 2018 12:13:03 -0500") Message-ID: <874lj8vko6.fsf@mid.deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2018-05/txt/msg00590.txt.bz2 * leonardo sandoval gonzalez: > From: Leonardo Sandoval > > Tested on 64-bit AVX machine > > * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S (MEMMOVE): > remove duplicate line on PREFETCH_ONE_SET macro This should be: * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S (PREFETCH_ONE_SET): Remove duplicate line. > Signed-off-by: Leonardo Sandoval We don't use DCO, so this line is very misleading and should not be present. Looks good otherwise. Do you have commit access?