public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Kyrylo Tkachov <Kyrylo.Tkachov@arm.com>
To: Christer Solskogen <christer.solskogen@gmail.com>,
	"gcc-help@gcc.gnu.org" <gcc-help@gcc.gnu.org>
Subject: RE: mfix-cortex-a53
Date: Thu, 7 Mar 2024 15:01:08 +0000	[thread overview]
Message-ID: <PAXPR08MB692690372927887842633FA693202@PAXPR08MB6926.eurprd08.prod.outlook.com> (raw)
In-Reply-To: <us4h5d$1jv$1@ciao.gmane.io>

Hello,

> -----Original Message-----
> From: Gcc-help <gcc-help-bounces+kyrylo.tkachov=arm.com@gcc.gnu.org> On
> Behalf Of Christer Solskogen via Gcc-help
> Sent: Monday, March 4, 2024 1:09 PM
> To: gcc-help@gcc.gnu.org
> Subject: mfix-cortex-a53
> 
> The mfix-cortex-a53 options(-mfix-cortex-a53-835769 /
> -mno-fix-cortex-a53-835769 and -mfix-cortex-a53-843419/
> -mno-fix-cortex-a53-843419), which of them are used by default? I mean,
> when none of them are used.

By default the fixes will not be applied i.e. the behaviour will be equivalent to -mno-fix-cortex-a53-835769 and -mno-fix-cortex-a53-843419.
However, you (or your compiler vendor) can configure GCC during GCC compile time with the --enable-fix-cortex-a53-843419 or --enable-fix-cortex-a53-835769 options.
In that case the fixes will be applied automatically i.e. behave as if -mfix-cortex-a53-843419 or -mfix-cortex-a53-835769 were specified.
You can find out if your GCC distribution enables these configuration options automatically by running gcc with the "-v" option, and seeing if any of those two --enable-fix* options appear in the configuration options.

Thanks,
Kyrill 

> 
> --
> chs


  reply	other threads:[~2024-03-07 15:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-04 13:09 mfix-cortex-a53 Christer Solskogen
2024-03-07 15:01 ` Kyrylo Tkachov [this message]
2024-03-07 16:50   ` mfix-cortex-a53 Christer Solskogen
2024-03-07 19:09 mfix-cortex-a53 Wilco Dijkstra
2024-03-08  6:41 ` mfix-cortex-a53 Christer Solskogen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=PAXPR08MB692690372927887842633FA693202@PAXPR08MB6926.eurprd08.prod.outlook.com \
    --to=kyrylo.tkachov@arm.com \
    --cc=christer.solskogen@gmail.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).