public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][committed] aarch64: Add Linux kernel hwcap string for FEAT_CSSC
@ 2023-01-26 11:50 Kyrylo Tkachov
  0 siblings, 0 replies; only message in thread
From: Kyrylo Tkachov @ 2023-01-26 11:50 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 367 bytes --]

Hi all,

The Linux kernel has done basic enablement and detection of FEAT_CSSC so we can
use the cpuinfo string that they've specified.

This patchlet does that.

Bootstrapped and tested on aarch64-none-linux-gnu.
Pushing to trunk.
Thanks,
Kyrill

gcc/ChangeLog:

	* config/aarch64/aarch64-option-extensions.def (cssc): Specify
	FEATURE_STRING field.

[-- Attachment #2: cssc-hwcap.patch --]
[-- Type: application/octet-stream, Size: 590 bytes --]

diff --git a/gcc/config/aarch64/aarch64-option-extensions.def b/gcc/config/aarch64/aarch64-option-extensions.def
index 36c1fbb9b10a5e2cf7dc29b8137790d41e3462ad..825f3bf775899e2e5cffb1867b82766d632c8708 100644
--- a/gcc/config/aarch64/aarch64-option-extensions.def
+++ b/gcc/config/aarch64/aarch64-option-extensions.def
@@ -149,6 +149,6 @@ AARCH64_OPT_EXTENSION("ls64", LS64, (), (), (), "")
 
 AARCH64_OPT_EXTENSION("mops", MOPS, (), (), (), "")
 
-AARCH64_OPT_EXTENSION("cssc", CSSC, (), (), (), "")
+AARCH64_OPT_EXTENSION("cssc", CSSC, (), (), (), "cssc")
 
 #undef AARCH64_OPT_EXTENSION

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-26 11:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-26 11:50 [PATCH][committed] aarch64: Add Linux kernel hwcap string for FEAT_CSSC Kyrylo Tkachov

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).