From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd41.google.com (mail-io1-xd41.google.com [IPv6:2607:f8b0:4864:20::d41]) by sourceware.org (Postfix) with ESMTPS id 549B23857807 for ; Fri, 4 Sep 2020 20:50:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 549B23857807 Received: by mail-io1-xd41.google.com with SMTP id z13so4414461iom.8 for ; Fri, 04 Sep 2020 13:50:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=dDnaGfwyic17sJH+poOngv7ER7qc41sLMa23AF2Zlko=; b=VPUwahApsLMTJbt7xLPP/OvPH8+yoXwR/Ue5vdm7PUg7/K9y5UUMsyLJZot2gFbw7k 6/vI7owvyhUrwAoo7uhFdVwlstRfIwc71C5/b+f6lWdE/7yaOPL0umEOPJpee6eMzsyb B6aO+Ik6fI5m3AU3eEnpvwPG536mRuWlQ6wuvpiVD3LrduFQs2H8hCULlDwR+w3iUgSl +AHZVZyeqeqNfilyxRSnR+XyP+1ts2o63OMItCVUwxxH8RMcOTRpwQ+XIOfEoaKo6dbS jOFS1wtLmdP70g7mBcZ45OE6XWDcRAmtC5+wpuMCbv4A+IbVZeftbkr3oFwIxyvQOKL6 cvNA== X-Gm-Message-State: AOAM531tlN3nWFipJnfUcyEZr7d2FMMg5xCHOy6vs3HsS7udjuaLuAU1 Wsbzaz94qXDSw3J/Kg3734aCWLaUIhhbU3Sylguz/bG9ogU= X-Google-Smtp-Source: ABdhPJw/kMWe/vCsgwpEbDx/Xf4lp9iqyvr3W4KQQ0Yl/XqMsS8qiUMdTOJJ1pOYJzowMfbgQlG+CPCxoyJq8LMKbY8= X-Received: by 2002:a05:6602:2f88:: with SMTP id u8mr8968282iow.175.1599252617843; Fri, 04 Sep 2020 13:50:17 -0700 (PDT) MIME-Version: 1.0 References: <20200904194514.666290-1-alistair.francis@wdc.com> <87h7sdgue8.fsf@mid.deneb.enyo.de> In-Reply-To: <87h7sdgue8.fsf@mid.deneb.enyo.de> From: Alistair Francis Date: Fri, 4 Sep 2020 13:39:23 -0700 Message-ID: Subject: Re: [PATCH 1/2] rsciv: Consolidate the libm-test-ulps To: Florian Weimer Cc: Alistair Francis via Libc-alpha , Alistair Francis Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2020 20:50:19 -0000 On Fri, Sep 4, 2020 at 1:27 PM Florian Weimer wrote: > > * Alistair Francis via Libc-alpha: > > > Both RV32 and RV64 have the same libm-test-ulps, so consolidate them > > into a single file. > > Typo in the commit subject. Thanks, fixed. > > Is it likely that there will be future divergence? I don't think so. When I was upstreaming the 32-bit port Joseph mentioned that they should be the same. Alistair