Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932301AbeAOISZ (ORCPT + 1 other); Mon, 15 Jan 2018 03:18:25 -0500 Received: from mail-lf0-f43.google.com ([209.85.215.43]:33408 "EHLO mail-lf0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753671AbeAOISX (ORCPT ); Mon, 15 Jan 2018 03:18:23 -0500 X-Google-Smtp-Source: ACJfBoubluPQIx0K3/GyN+SJ11ftbvsvQqoKMHPxDBznn2SeJx3GjdmPZt3VKErOiCx18hS8c/Pvnba2dETxrCGq0rQ= MIME-Version: 1.0 In-Reply-To: <7a331e1dbd634af7974b157bddf1a9c5@AcuMS.aculab.com> References: <20171220142001.18161-1-cmo@melexis.com> <1c1d0ffa8ee140bf9adbc78f1559b1e8@AcuMS.aculab.com> <20171220160001.manjff26gfbjccsw@hirez.programming.kicks-ass.net> <95b9b2b52554410a85a9f10c7f5e8b13@AcuMS.aculab.com> <20171221141130.cdng2mysnjj6j4i6@hirez.programming.kicks-ass.net> <79658484b99a4f65bb3a1937b3d156ad@AcuMS.aculab.com> <7a331e1dbd634af7974b157bddf1a9c5@AcuMS.aculab.com> From: Crt Mori Date: Mon, 15 Jan 2018 09:17:40 +0100 Message-ID: Subject: Re: [PATCH v10 1/3] lib: Add strongly typed 64bit int_sqrt To: David Laight Cc: Peter Zijlstra , Jonathan Cameron , Ingo Molnar , Andrew Morton , Kees Cook , Rusty Russell , Ian Abbott , Larry Finger , Niklas Soderlund , Thomas Gleixner , Krzysztof Kozlowski , Masahiro Yamada , "linux-kernel@vger.kernel.org" , "linux-iio@vger.kernel.org" , Joe Perches Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On 12 January 2018 at 10:41, David Laight wrote: > From: Crt Mori [mailto:cmo@melexis.com] >> Sent: 09 January 2018 15:18 >> >> It has been some time now since this moved. I have decided not to use >> David's implementation because I want to maintain also range above >> 2^62 > > The last version I did supported the full range. Nothing changed below that comment, so I was assuming it is not supported (or did I miss a mail?). Also fls discussion had opposite opinions or it just seems inconclusive to me? > > David > So you all agree David Laight version is much better and should be used instead of currently proposed version?