From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vk1-xa33.google.com (mail-vk1-xa33.google.com [IPv6:2607:f8b0:4864:20::a33]) by sourceware.org (Postfix) with ESMTPS id 560513858429 for ; Thu, 11 Aug 2022 10:48:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 560513858429 Received: by mail-vk1-xa33.google.com with SMTP id q191so8729425vkb.6 for ; Thu, 11 Aug 2022 03:48:27 -0700 (PDT) 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:references:in-reply-to :mime-version:x-gm-message-state:from:to:cc; bh=R+NECoxL9tPJiHZyuWeRGHDpObzhZZn1E+Ya95e81hY=; b=zxOYQRffgvBrfxSWJrOYjJlHcxQ+zh+ZGxHdZ+b5cxoeKOWxSCr9pEyvz7SY6oKQ+I 4EBJePw6dXVMR8tZqthyTBQgKk1bgya2AZZETQ0fVtJXStvTLSjx5Tb2INC3xvMFwtJL oQAor7XbTl804dSy7wK5gZ+7sigUGBY86h01uNnGw+g2kPujJajYiJmU2p7lfWqiTOCA bp97GUQoLCWSgwDxvaSv6DifQIW8kl2dQT8j1aNIa7szp2gYgIcD0wdRWdLq9OpnXLpN X6CCIt64rSGz/1UxVoEy4759Wjs2o83f/zHfTwv9crqeAU8V5pQ2XuHVXN9rLZSxQQVH YOlQ== X-Gm-Message-State: ACgBeo2/VgDjYgsb9D8HFK04C2TyzGzVZQ9+X3shc6yZs0S3aOI59aU1 xlOWJo21AHU/ln9YswoavjbV6OWrEcczlHtLgGo= X-Google-Smtp-Source: AA6agR6z84/i6Wjl1XZPixT+6BWP7svCfAmOyhNZcBfpiOSp2sBxE/y8ew3Ib0tl5mZkJvzM4VxrPd2sbbdpa/0zh0g= X-Received: by 2002:a05:6122:169d:b0:377:7706:1d30 with SMTP id 29-20020a056122169d00b0037777061d30mr13301395vkl.33.1660214906678; Thu, 11 Aug 2022 03:48:26 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a67:fd8e:0:0:0:0:0 with HTTP; Thu, 11 Aug 2022 03:48:26 -0700 (PDT) In-Reply-To: References: <20220626190005.7727-1-ghostmansd@gmail.com> <20220725131020.128550-1-ghostmansd@gmail.com> From: lkcl Date: Thu, 11 Aug 2022 11:48:26 +0100 Message-ID: Subject: Re: [PATCH 0/5] ppc/svp64: support SVP64 and its first insns To: Alan Modra Cc: Dmitry Selyutin , "binutils@sourceware.org" X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, 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 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2022 10:48:30 -0000 On Thursday, August 11, 2022, Alan Modra wrote: > On Mon, Jul 25, 2022 at 04:10:13PM +0300, Dmitry Selyutin wrote: > Hi Dmitry, > Now that your copyright assignment is complete, I've pushed this > series. I made a few changes, most notably to ppc/svindex.d so that > the test passed. with many thanks, Alan, we have some draft scalar instructions to add (OPF External RFCs to accompany them over time) and it will be a lot easier now. Less patchsets to maintain. Also fyi I have added Pack/Unpack to SVP64 (a generalisation of VSX vpack and vunpack extended to vec2/3/4 and applying to multiple instructions, LDST immediates are the obvious ones, sv.fmv as well, which other ops need more thought) This will mean however that some of opc-ppc-svp64.c/h will be re-generated, with new SVP64 classifications and room in the 24-bit for Pack and Unpack bits. Just a headsup what to expect. Also many many thanks to Dmitry for patiently maintaining this patch series whilst the Copyright assignment was being processed. L.