From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x62b.google.com (mail-pl1-x62b.google.com [IPv6:2607:f8b0:4864:20::62b]) by sourceware.org (Postfix) with ESMTPS id 7418A3851AA6 for ; Wed, 22 Jun 2022 02:31:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7418A3851AA6 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=rivosinc.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=rivosinc.com Received: by mail-pl1-x62b.google.com with SMTP id i15so14146353plr.1 for ; Tue, 21 Jun 2022 19:31:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rivosinc-com.20210112.gappssmtp.com; s=20210112; h=date:subject:in-reply-to:cc:from:to:message-id:mime-version :content-transfer-encoding; bh=wz6OyomAwNbPS1TUzhARd+mI09mcUkJ47TIuWXkMzZI=; b=J4aiUibVg5zuKLdmO/zfRvbRwAwFhjbhdVQrW+QwRjEgoGYCf1N/hn0k7HGhPU6dx9 1Foe3A+CD2nZZl37ik2bAASQcOT3WNnGORSOFgaNZL92DopeVo4FtNJ+KmdcgZ88qBAa slTNq1W4Z5GXHAhqwl2TULGzJQXzg3MhiWsXlAYFqiBFvFrVz+WZplQIegOS75MVbrHr +ALmRPEyv9rpH9dLvOINc2tmy1pfU0DwpZXoo3ZXTnu866fzntpTazL0/XpImCYXO9fS qF7zw1X7/V2MgUnhxVuQnS4L7N6P0ho4NKHuzxu170UCrAPYK+duZDnPuoAHaPEG5cu0 Nptw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:subject:in-reply-to:cc:from:to:message-id :mime-version:content-transfer-encoding; bh=wz6OyomAwNbPS1TUzhARd+mI09mcUkJ47TIuWXkMzZI=; b=Zi3GOtifk9K19eab48pFMxHSwQcwxnWKhu5A/q03A2WEYMBk4OXxTu0y9cBvSv3vbi dwd73yhO5diN9iltRBsgBFItpgKgmB+LjVX1fEtInnPNwGznpj4xXO8zVB0qNjnGKRfi VpK+pxsfIAAfQgN9qJlu/NUimH34avPsL1w8K1fsx4e37dvwcGHsBgeKk31el7S6+m3/ NUwhL3M6ztxPoo+jIGpzBikDXFTDBQZrWNz5RSJd8KqnNWVcVjVv9odEcMb0l9t9Iclg RyowHCpx8oXSNAqw8z1iGOlKZKef+ZucAVLoPcZfJeVaPyuzib7TSchIOIGJKTD403D5 jI3A== X-Gm-Message-State: AJIora/mzLl/WwbWelFfZI7gd7GWXToorV6WgIfm8rO4P/0A5HCpA68+ wuVyu4MfdSgk61t6qdeSwGhkRp2UX6OjFA== X-Google-Smtp-Source: AGRyM1sgXuRiex4WvICl2PTKyZhrRGfFHTQeQ1MBF+IzSwig1rRXWE+xMTHG14Urpdi2HQVnVgpqWQ== X-Received: by 2002:a17:903:2584:b0:169:a2b9:b428 with SMTP id jb4-20020a170903258400b00169a2b9b428mr26856273plb.170.1655865073981; Tue, 21 Jun 2022 19:31:13 -0700 (PDT) Received: from localhost ([12.3.194.138]) by smtp.gmail.com with ESMTPSA id jh22-20020a170903329600b0015e8d4eb1d3sm9120224plb.29.2022.06.21.19.31.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Jun 2022 19:31:13 -0700 (PDT) Date: Tue, 21 Jun 2022 19:31:13 -0700 (PDT) X-Google-Original-Date: Tue, 21 Jun 2022 19:30:58 PDT (-0700) Subject: Re: [PATCH] RISC-V: Add -mtune=thead-c906 to the invoke docs In-Reply-To: CC: gcc-patches@gcc.gnu.org From: Palmer Dabbelt To: Kito Cheng Message-ID: Mime-Version: 1.0 (MHng) Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, GIT_PATCH_0, 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: 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: Wed, 22 Jun 2022 02:31:17 -0000 On Wed, 25 May 2022 23:11:00 PDT (-0700), Kito Cheng wrote: > LGTM, thanks :) Committed. > On Thu, May 26, 2022 at 10:31 AM Palmer Dabbelt wrote: >> >> gcc/ChangeLog >> >> * doc/invoke.texi (RISC-V): Document -mtune=thead-c906. >> >> Signed-off-by: Palmer Dabbelt >> --- >> gcc/doc/invoke.texi | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi >> index 71098d86313..a584dc6a7f9 100644 >> --- a/gcc/doc/invoke.texi >> +++ b/gcc/doc/invoke.texi >> @@ -28088,7 +28088,7 @@ Permissible values for this option are: @samp{sifive-e20}, @samp{sifive-e21}, >> Optimize the output for the given processor, specified by microarchitecture or >> particular CPU name. Permissible values for this option are: @samp{rocket}, >> @samp{sifive-3-series}, @samp{sifive-5-series}, @samp{sifive-7-series}, >> -@samp{size}, and all valid options for @option{-mcpu=}. >> +@samp{thead-c906}, @samp{size}, and all valid options for @option{-mcpu=}. >> >> When @option{-mtune=} is not specified, use the setting from @option{-mcpu}, >> the default is @samp{rocket} if both are not specified. >> -- >> 2.34.1 >>