From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43390 invoked by alias); 28 May 2015 16:43:39 -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 43347 invoked by uid 89); 28 May 2015 16:43:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f54.google.com X-Received: by 10.140.92.53 with SMTP id a50mr4435797qge.66.1432831415772; Thu, 28 May 2015 09:43:35 -0700 (PDT) Message-ID: <556745B3.4060907@twiddle.net> Date: Thu, 28 May 2015 17:21:00 -0000 From: Richard Henderson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: =?UTF-8?B?T25kxZllaiBCw61sa2E=?= CC: libc-alpha@sourceware.org Subject: Re: [PATCH] Enable unaligned loads on x86-64. References: <20150528084040.GA27945@domone> In-Reply-To: <20150528084040.GA27945@domone> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2015-05/txt/msg00789.txt.bz2 On 05/28/2015 01:40 AM, Ondřej Bílka wrote: > Hi, as I mentioned before in header optimization thread its now disabled > on x86-64 but on for x86. > > So just enable that by copying generic bits/string.h header there. > > OK to commit? Um... x86 is the shared directory for x86_64 and i386. Is the existing header really not being found? r~