From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43061 invoked by alias); 14 Feb 2020 15:17:11 -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 43041 invoked by uid 89); 14 Feb 2020 15:17:11 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-9.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx0a-001b2d01.pphosted.com Subject: Re: [PATCHv2 1/2] Add a generic scalb implementation To: libc-alpha@sourceware.org Cc: Joseph Myers , "Paul E. Murphy" References: <20200213152738.29014-1-murphyp@linux.vnet.ibm.com> From: Paul E Murphy Message-ID: <6d0609a8-7d4e-c978-a20a-136028283a01@linux.ibm.com> Date: Fri, 14 Feb 2020 15:17:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2020-02/txt/msg00642.txt.bz2 Thank you for reviewing Joseph. Both patches are committed. On 2/13/20 3:20 PM, Joseph Myers wrote: > This version is OK, as is the corresponding patch 2/2. >