From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vk1-xa2c.google.com (mail-vk1-xa2c.google.com [IPv6:2607:f8b0:4864:20::a2c]) by sourceware.org (Postfix) with ESMTPS id 4A07E3858D20 for ; Mon, 7 Feb 2022 02:04:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4A07E3858D20 Received: by mail-vk1-xa2c.google.com with SMTP id l14so6971405vko.12 for ; Sun, 06 Feb 2022 18:04:08 -0800 (PST) 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=zAc22vgI+KAlW9FCmFfYBw3M5sUkVR1aOlAbgI63LXM=; b=2SXcv75hQx0fsxOb09zIsq4Wc5dNA660Tj80wXN8uyzC3NpKYpGB8fqWg2fCSFTa0G T9KnZ0W/xw1hTR6HeNzL2eyN5a1/mHJABa8/kBniwH/rJurDbx1yrUW9TvCtv20SJYqP TtnEOp6uAmLnAcPIDl79YrAVRWQW5n91E80ME0/O3NPaqre0nfKskGOdqB2QWB4RrVMm 1bBp+ZvP5JCs1pZR92YkYP9vNw73SBDZCR2U4NvmL+JFmW9yHcfbg+NNgYKTaUPV2/Lr JMv5Zjr7b8ZJorTt22JcY3D6KlEryXvVw05fpQg0/YRxSntlJyya2/7nO6l0rloVFirq +nCg== X-Gm-Message-State: AOAM533KMCuNtCTPqgJCQwz1ba+QY9LpIb8EIVrI7bpbTdyvDRGy8UTC FQhJ9yxfEe7QzQrRepqYc+e92dUB0SntTBDyxJeuJLD2Ebs= X-Google-Smtp-Source: ABdhPJyDnr98dnHzJpg1RT2hJWWXHx2OPTYwqBhreoW5ufx2oPvLqDKXguLpuq9vJxoT8kX9yDx2sqNR3Lc6cm6yuS0= X-Received: by 2002:a1f:914f:: with SMTP id t76mr4401274vkd.17.1644199447846; Sun, 06 Feb 2022 18:04:07 -0800 (PST) MIME-Version: 1.0 References: <4652ef74-3f2d-f04c-d560-de89ff37013c@foxmail.com> In-Reply-To: From: Andrew Pinski Date: Sun, 6 Feb 2022 18:03:56 -0800 Message-ID: Subject: Re: [Intel SPR] Progress of GCC support for Intel SPR features To: LiYancheng Cc: GCC Mailing List Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.7 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.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2022 02:04:10 -0000 On Sun, Feb 6, 2022 at 5:59 PM LiYancheng via Gcc wrote: > > Hello everyone! > > I have some questions to ask: > > 1. How does GCC support Sapphrie Rapids CPU now? > > 2. Does GCC 11 fully support all the features of SPR? > From the release note, it seems that 5g ISA (fp16)/hfni is > not supported yet. It will be included in GCC 12 which should be released in less than 4 months. > > 3. What is the simulation tool used by GCC to verify SPR characteristics? > Is it open source? Intel is doing the patching to GCC and binutils so I suspect they verify using their internal tools and I highly doubt it is free source. Thanks, Andrew Pinski > > Thanks for all the help, > > yancheng >