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 B3B9238493CC for ; Wed, 15 Feb 2023 23:19:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B3B9238493CC 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=1676503167; 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=b821u92FIzbB2csbvgluMZ8t0nQamfO63u23ScAr0Vs=; b=WxZY70nxvwlsFpt2ohRNLsyJJuN/EC41wFRSeRKouqAkaLbg6/O7sJZcjHv0XV1xvMdsix lGcVK1YFMAICUUSdBBjyJ0xyce/3BHYnpxcbXTHz7QKVZuJEJ+wqdhaZS+9f7Q/ir7vg5q vtDR8D+JzICRnDshQDofMyV+VkbBqIg= Received: from mail-lf1-f71.google.com (mail-lf1-f71.google.com [209.85.167.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-617-1Uf2Wg6-O8KQizxXGeIcdw-1; Wed, 15 Feb 2023 18:19:26 -0500 X-MC-Unique: 1Uf2Wg6-O8KQizxXGeIcdw-1 Received: by mail-lf1-f71.google.com with SMTP id u13-20020a056512128d00b004b53d7241f6so158406lfs.4 for ; Wed, 15 Feb 2023 15:19:26 -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=b821u92FIzbB2csbvgluMZ8t0nQamfO63u23ScAr0Vs=; b=pP8biLACSE7oPOTYSoMKdPcizmfPGHD+YvKBNyRfOEr7lnTOFoSr2BwihO1iqKhc5F SR6hNZxpBIC/1B1VPVCRiPI0bgyKqpiIxZjgc6j5QpkZ0BHJpNhKwfCUcK1XcN9JiMTa l5aToYJt1wL5Yep3vWIU1zGlqa9l8BfqzQi34JcGEsBfUwbLptmundCTcv207R55nYGr BCLDQnhsZpmMSzbiV82qAGuTAyfHQkW7t0Mr6OeJZctqvkcB84H7jBlK6wOyo+vHYUq7 ZUagVcpWVI0Xk5nmOzbO+J1/Jb1rJLaJnuOOb3fWCoA6lZMcF0e4nIZYwwMpkLqPdToz BAQA== X-Gm-Message-State: AO0yUKVYaabYlSK7+t91Jbsph8jDjc/5e09oo5CdJmtl3VinaW1YyX7T 5kknMkU5oif0leKNGee+gMibp3bz2S+DWL5C7e+dHbxpPHnBBRZ3Se3ypAyAIlu6D1ustEtiySd Hybgt71XMR80NzFf6DZ0ECGcW88iFin+8oA== X-Received: by 2002:a19:f501:0:b0:4d8:5f47:e4d3 with SMTP id j1-20020a19f501000000b004d85f47e4d3mr1057419lfb.8.1676503164929; Wed, 15 Feb 2023 15:19:24 -0800 (PST) X-Google-Smtp-Source: AK7set9g8JSpW8Y4mbTp8gQ1hvxO18nm7HHJUv95PF70yh66IrgmU9NgJ/mPWqtS42NIEF2LvJNMNyih/X/49gVndjA= X-Received: by 2002:a19:f501:0:b0:4d8:5f47:e4d3 with SMTP id j1-20020a19f501000000b004d85f47e4d3mr1057414lfb.8.1676503164677; Wed, 15 Feb 2023 15:19:24 -0800 (PST) MIME-Version: 1.0 References: <3238840.44csPzL39Z@minbar> <111787281.nniJfEyVGO@minbar> In-Reply-To: <111787281.nniJfEyVGO@minbar> From: Jonathan Wakely Date: Wed, 15 Feb 2023 23:19:13 +0000 Message-ID: Subject: Re: [PATCH 7/7] libstdc++: Fix incorrect function call in -ffast-math optimization To: Matthias Kretz Cc: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-6.2 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 Wed, 15 Feb 2023 at 20:52, Matthias Kretz via Libstdc++ wrote: > > > > Signed-off-by: Matthias Kretz > > libstdc++-v3/ChangeLog: > > * include/experimental/bits/simd_math.h (__hypot): Bitcasting > between scalars requires the __bit_cast helper function instead > of simd_bit_cast. OK for trunk/12/11.