From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x133.google.com (mail-lf1-x133.google.com [IPv6:2a00:1450:4864:20::133]) by sourceware.org (Postfix) with ESMTPS id A6C3938515D1 for ; Mon, 13 Jun 2022 21:31:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A6C3938515D1 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=embecosm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=embecosm.com Received: by mail-lf1-x133.google.com with SMTP id t25so10865992lfg.7 for ; Mon, 13 Jun 2022 14:31:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=date:from:to:cc:subject:in-reply-to:message-id:references :user-agent:mime-version; bh=UEtJZzfFWRdoOxpG8myon28unYrLz+mtYkXeonr1vng=; b=V+Etfubx/wPqnO+UQp0Nyf5sBDH/3eNWxVQoqMrA5EIfZthNC1KmX4swj9pCD9/GyQ 1SfbKovj4MK/7qjtAD2RFkzWl2bWA5+1JuNw7Qawbt4Jpt7aoFVx011cbTxe0Bbhck9m ALqVx58ujFMbL0vvW4Tw3fjTCeDepiivhPqIPVshpztHgEZ5ypeRnBdcccUGuJCnl4j5 DteK9Oz1Zg/AvBLVx7NMaBU2Ix5HVUaIZZ+NvwCTldDMfpo+E93LyQ8MCPYlNbUdnk1K BiW0KzsrRgRIofCXN02ImFc7u6Rd5SnUMFz7QcfdVSKp4MCMbKIve5oFO9hJtoJ4MmeE z8kQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:in-reply-to:message-id :references:user-agent:mime-version; bh=UEtJZzfFWRdoOxpG8myon28unYrLz+mtYkXeonr1vng=; b=vLqEjMcBJQLb+4P1PUH8wkaMbO76SlpMJoJ8XGDYOz1wOMWT2QAOTIbG/T1YZUAf3/ s2NuXpj7oTkUCs+u2Uge1btDVZcGJCZjqInMmGStVhGMYulTxK/EtynIfdcu3m1nqGOJ c9muGhuUbksPF+gUO+hoc5l4uzVaOeWHHsFrbZFIrn0V6QUBW5nnMcm7rxp9J7c0j6qH dhQV7YCc+LqRhED1ZS3+QMnns2a7u3NBgl11VftBPKhZDI8Uv9pGqAJQNxJ+nOcwCM+1 LySFRVXr6w4kjS1HfEp68Fxgw2urA4H945DjNGykeJ6VaSJCuAd0HXDDKTF0h6s0BgfJ HgLw== X-Gm-Message-State: AJIora/kyVPoW+0xoP5/2uUtGRYEoauXVcdBggnPPjlh+fmVkqthrTeo kAVkeYlB/UQQ01VP0fkiEiBHkQ== X-Google-Smtp-Source: AGRyM1tIMvPceVqnHssnq1FMXwdRndjnWUfH0jHU3zXC4Kt1OFMWrF1fkTaywhuZwmUM5CGZyjUvQA== X-Received: by 2002:a05:6512:2027:b0:479:16dc:8911 with SMTP id s7-20020a056512202700b0047916dc8911mr1069959lfs.502.1655155905882; Mon, 13 Jun 2022 14:31:45 -0700 (PDT) Received: from [192.168.219.3] ([78.8.192.131]) by smtp.gmail.com with ESMTPSA id l18-20020a2e9092000000b002558b05c5f9sm1084889ljg.105.2022.06.13.14.31.44 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Jun 2022 14:31:44 -0700 (PDT) Date: Mon, 13 Jun 2022 22:31:40 +0100 (BST) From: "Maciej W. Rozycki" To: Kito Cheng cc: GCC Patches , Andrew Waterman Subject: Re: [PATCH] RISC-V: Reset the length to the default of 4 for FP comparisons In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2022 21:31:49 -0000 On Thu, 9 Jun 2022, Kito Cheng wrote: > LGTM, *f_quiet4_default and > *f_quiet4_snan has set their own > length and the only user of this setting is > *cstore4, but apparently the length if 4 for that > not 8. I have committed this change now, thank you for your review. Maciej