From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id B0D9B385828F for ; Tue, 8 Nov 2022 14:14:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B0D9B385828F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1667916857; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=tuIqWj95ts1OdknDshVzWNR9zCZLPj4xrj3DgJUjQLI=; b=c6rs/eQzSoEhmtRTVr4sdNFp4WA94sQQ49RPwNOJ3NBvGd9UoKbhq4pJW+4kAFZ9OgWcIH i5Yoj5etDuv+tSIssTZ83ckUVtXQrDQTcRFe7h3mIayaXah1mlJ8bv/zr19nUdHkyRQV9J rPd135I3P+A8J4pulOZcxQH4Sz1Frdc= Received: from mail-yb1-f197.google.com (mail-yb1-f197.google.com [209.85.219.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-73-0N8DwpfANFefurTS6Cfe8A-1; Tue, 08 Nov 2022 09:14:16 -0500 X-MC-Unique: 0N8DwpfANFefurTS6Cfe8A-1 Received: by mail-yb1-f197.google.com with SMTP id i65-20020a25d144000000b006cfec5975d5so14196418ybg.15 for ; Tue, 08 Nov 2022 06:14:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=tuIqWj95ts1OdknDshVzWNR9zCZLPj4xrj3DgJUjQLI=; b=wcZwDnNLXu2QZ7LYrCvWdqa6o0v28hjKcFboBlIm6CM7D/bS7NAZDyHRlb6wSrWAeB dMs1WMGZ3Qi3OK6XB/4vuxXwlEW7oKtXAPnG9BdOTMIBegd+Nv9K3IHcoTH0QCme+eqn QOlBdGeJSfxfzHivPWbZg2WJsSt5AW9KKMba7levolugmmjR45EZdOmFtsvc0AXIXFmS IdTIKWdzqdOO/YAWoDBQDFulYl8m8GK/dZQTwqKYCqnAw2/ITywqPCIDhuTQm5A4ZbKF TPOm7qhzafDP5KfSFWbCCShr2B4MMpr/FHTAHZkFSCWTP2KaaaSQA79rW/Pfan2hq5Qq tgog== X-Gm-Message-State: ACrzQf2BRChXymqQG8nciT2lo3GOefh+Ff3iVhypw5Dt8C9L/uV5J83g KxiLy4oy0bqbO2sCdimFyZxfunrDnwbhztSCrbrNOknpvYJ1v+u2PGDET8N6PVs+AfxcSov5YZe StgS8aJJhoi+rs6ykv5YbL8PfpiFNEj/izA== X-Received: by 2002:a25:aa48:0:b0:6cc:57f3:4a with SMTP id s66-20020a25aa48000000b006cc57f3004amr49266472ybi.109.1667916855539; Tue, 08 Nov 2022 06:14:15 -0800 (PST) X-Google-Smtp-Source: AMsMyM4CxUCjiVquHu1ibfRdRuOVvnxzHrx3h/w2K/EHK75bEytOF3DxFgzdLgFnkuJrRu92bpa+v9w8Z5b/QA9c9Rs= X-Received: by 2002:a25:aa48:0:b0:6cc:57f3:4a with SMTP id s66-20020a25aa48000000b006cc57f3004amr49266456ybi.109.1667916855342; Tue, 08 Nov 2022 06:14:15 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Aldy Hernandez Date: Tue, 8 Nov 2022 15:14:04 +0100 Message-ID: Subject: Re: [PATCH] [PR24021] Implement PLUS_EXPR range-op entry for floats. To: Jakub Jelinek Cc: GCC patches , Andrew MacLeod X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Tue, Nov 8, 2022 at 3:11 PM Jakub Jelinek wrote: > > On Tue, Nov 08, 2022 at 03:06:53PM +0100, Aldy Hernandez wrote: > > +// If either operand is a NAN, set R to the combination of both NANs > > +// signwise and return TRUE. > > This comment doesn't describe what it does now. > If either operand is a NAN, set R to NAN with unspecified sign bit and return > TRUE. > ? OMG, I suck! // If either operand is a NAN, set R to NAN and return TRUE. Tests on-going :). Aldy