From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755750AbbCMAag (ORCPT ); Thu, 12 Mar 2015 20:30:36 -0400 Received: from zeroeth.unpythonic.net ([162.243.242.154]:38247 "EHLO zeroeth.unpythonic.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751403AbbCMAaf (ORCPT ); Thu, 12 Mar 2015 20:30:35 -0400 Date: Thu, 12 Mar 2015 19:30:26 -0500 From: Jeff Epler To: Rasmus Villemoes Cc: Andrew Morton , "Peter Zijlstra (Intel)" , Tejun Heo , Joe Perches , linux-kernel@vger.kernel.org Subject: Re: [PATCH v1] lib/vsprintf.c: Even faster decimal conversion Message-ID: <20150313003026.GB4294@unpythonic.net> References: <87vbi96mcr.fsf@rasmusvillemoes.dk> <1426028472-19614-1-git-send-email-linux@rasmusvillemoes.dk> <20150313000835.GA4294@unpythonic.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150313000835.GA4294@unpythonic.net> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 12, 2015 at 07:08:35PM -0500, Jeff Epler wrote: > Since you asked about big-endian systems I also built your test program > for the armeb architecture -- which involved hacking up the test harness > fairly heavily to not require libc -- and ran the result in qemu. It eventually finished successfully. Jeff