public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* define_cpu_unit syntax clarification
@ 2023-01-31 18:00 William Tambe
  0 siblings, 0 replies; only message in thread
From: William Tambe @ 2023-01-31 18:00 UTC (permalink / raw)
  To: gcc-help

Is the following functional unit description using 3 separate
define_cpu_unit constructs:

(define_cpu_unit "slot0" "bfin")
(define_cpu_unit "slot1" "bfin")
(define_cpu_unit "slot2" "bfin")

the same thing as using a single define_cpu_unit construct ?

(define_cpu_unit "slot0,slot1,slot2" "bfin")

Does the order in which define_cpu_unit are used matters ?

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

only message in thread, other threads:[~2023-01-31 18:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-31 18:00 define_cpu_unit syntax clarification William Tambe

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