From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 295183858C2C for ; Fri, 1 Oct 2021 10:13:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 295183858C2C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id EC31433F11; Fri, 1 Oct 2021 06:13:39 -0400 (EDT) Received: from [192.168.1.5] (77.118.228.149.wireless.dyn.drei.com [77.118.228.149]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 3277E33F05; Fri, 1 Oct 2021 06:13:39 -0400 (EDT) Date: Fri, 1 Oct 2021 12:13:34 +0200 (CEST) From: Gerald Pfeifer To: Hongtao Liu cc: "H.J. Lu" , liuhongt , gcc-patches@gcc.gnu.org Subject: Re: [PATCH] [GCC12] Mention Intel AVX512-FP16 and _Float16 support. In-Reply-To: Message-ID: <6feb6e5-878c-93ee-61ee-adb2b0c8e979@pfeifer.com> References: <20210924011730.97039-1-hongtao.liu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Fri, 01 Oct 2021 10:13:41 -0000 On Fri, 24 Sep 2021, Hongtao Liu via Gcc-patches wrote: > +
  • New ISA extension support for Intel AVX512-FP16 was added to GCC. > + AVX512FP16 intrinsics are available [...] So, is it AVX512-FP16 or AVX512FP16? Gerald