From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x636.google.com (mail-pl1-x636.google.com [IPv6:2607:f8b0:4864:20::636]) by sourceware.org (Postfix) with ESMTPS id 7CD463857B8C for ; Thu, 26 May 2022 14:49:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7CD463857B8C Received: by mail-pl1-x636.google.com with SMTP id f18so1663670plg.0 for ; Thu, 26 May 2022 07:49:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=0BQmKVZeoA1fby16WzdVhnk+eniiZ6pqxO0qPbIEwgE=; b=yg3y8SShiTTxuBD4KEOpGnMGbH8Ye8+8E1QyQqrVD8GVtkVKh4a7TfiNeanytirL7s toeKcz2xwQs85O2Hr5AkNO9DlSDA/H5HQob8Tv01SdMYFX5ycpHM2mc28qxRUqeXA3n/ tzrlvkdFY1PDCjPVIUhRZdCe4m1BAZCUaD3N/Bai4rTtEtkkR/3PLaaQjR+ryCa1K4ec mDlTuHZS41EZfQTXlpa7HQPl4LSxlzofqfLWIvxtw90T72g1Xf6knDC7yKzS4bbp9kqN kMbxAIiboIbwrkb2BpEqTKIZORjE6kQ/ZQzLDMpFhzdeP/H3pxSttmmn6dvpWk3NTgXY czLQ== X-Gm-Message-State: AOAM533IaZJpssaxLS78whl+dF3+ExlHW+5Mkukzd0bDH+0WUhRa5AV+ T69nHDh/LkWHtPInGCWFJ0au3BdwnmJ2iwhnnQJx+dX1 X-Google-Smtp-Source: ABdhPJwpyKgL0TP86IWbTXhxYdicn0dqf6XfzQZEgodOb5w90u8tt4KNI933YbOcml499a8c2rCXvB3otbpiDEArsxQ= X-Received: by 2002:a17:90a:a585:b0:1e0:c609:59c3 with SMTP id b5-20020a17090aa58500b001e0c60959c3mr3046068pjq.35.1653576566438; Thu, 26 May 2022 07:49:26 -0700 (PDT) MIME-Version: 1.0 References: <26c648e6-d76b-052e-6392-48265a859a7c@suse.com> <76748824-c662-b9db-a824-0e494c0a2986@suse.com> In-Reply-To: <76748824-c662-b9db-a824-0e494c0a2986@suse.com> From: "H.J. Lu" Date: Thu, 26 May 2022 07:48:50 -0700 Message-ID: Subject: Re: [PATCH 0/5] x86/Intel: AVX512 syntax enhancements To: Jan Beulich Cc: Binutils Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3019.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, 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: 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, 26 May 2022 14:49:29 -0000 On Wed, May 25, 2022 at 12:44 AM Jan Beulich wrote: > > On 04.05.2022 13:44, Jan Beulich via Binutils wrote: > > As pointed out long ago already, what gas accepts and what objdump > > emits isn't in line with the SDM. Finally I also happened to find > > mention of this in MASM documentation [1]. This series extends (gas) > > and converts (objdump) respective support. As a nice side effect, a > > few hundred insn templates go away from the opcode table. > > > > 1: Intel: adjust representation of embedded broadcast > > 2: Intel: allow MASM representation of embedded broadcast > > 3: Intel: adjust representation of embedded rounding / SAE > > 4: re-work AVX512 embedded rounding / SAE > > 5: Intel: allow MASM representation of embedded rounding / SAE > > I've now left this pending for 3 full weeks. Unless I hear back by > then I'm intending to commit this late this or early next week. > > Regards, Jan > OK. Thanks. -- H.J.