public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Xi Ruoyao <xry111@xry111.site>
To: Chenghui Pan <panchenghui@loongson.cn>, gcc-patches@gcc.gnu.org
Cc: i@xen0n.name, chenglulu@loongson.cn, xuchenghua@loongson.cn,
	Yang Yujie <yangyujie@loongson.cn>
Subject: Re: [PATCH v4 1/6] LoongArch: Add Loongson SX vector directive compilation framework.
Date: Tue, 15 Aug 2023 09:18:07 +0800	[thread overview]
Message-ID: <40dc0807a52a8dad66977daf6f9007d7228af356.camel@xry111.site> (raw)
In-Reply-To: <20230815010537.1817292-2-panchenghui@loongson.cn>

I guess there is a merge conflict with Yujie's "-msimd=" patch and you
may need to collaborate to resolve it.  Maybe just add -msimd in this
series.

On Tue, 2023-08-15 at 09:05 +0800, Chenghui Pan wrote:
> From: Lulu Cheng <chenglulu@loongson.cn>
> 
> gcc/ChangeLog:
> 
>         * config/loongarch/genopts/loongarch-strings: Add compilation framework.
>         * config/loongarch/genopts/loongarch.opt.in: Ditto.
>         * config/loongarch/loongarch-c.cc (loongarch_cpu_cpp_builtins): Ditto.
>         * config/loongarch/loongarch-def.c: Ditto.
>         * config/loongarch/loongarch-def.h (N_ISA_EXT_TYPES): Ditto.
>         (ISA_EXT_SIMD_LSX): Ditto.
>         (N_SWITCH_TYPES): Ditto.
>         (SW_LSX): Ditto.
>         (struct loongarch_isa): Ditto.
>         * config/loongarch/loongarch-driver.cc (APPEND_SWITCH): Ditto.
>         (driver_get_normalized_m_opts): Ditto.
>         * config/loongarch/loongarch-driver.h (driver_get_normalized_m_opts): Ditto.
>         * config/loongarch/loongarch-opts.cc (loongarch_config_target): Ditto.
>         (isa_str): Ditto.
>         * config/loongarch/loongarch-opts.h (ISA_HAS_LSX): Ditto.
>         * config/loongarch/loongarch-str.h (OPTSTR_LSX): Ditto.
>         * config/loongarch/loongarch.opt: Ditto.

/* snip */

-- 
Xi Ruoyao <xry111@xry111.site>
School of Aerospace Science and Technology, Xidian University

  reply	other threads:[~2023-08-15  1:19 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-15  1:05 [PATCH v4 0/6] Add Loongson SX/ASX instruction support to LoongArch target Chenghui Pan
2023-08-15  1:05 ` [PATCH v4 1/6] LoongArch: Add Loongson SX vector directive compilation framework Chenghui Pan
2023-08-15  1:18   ` Xi Ruoyao [this message]
2023-08-15  1:31     ` PanChenghui
2023-08-15  1:05 ` [PATCH v4 2/6] LoongArch: Add Loongson SX base instruction support Chenghui Pan
2023-08-15  1:05 ` [PATCH v4 3/6] LoongArch: Add Loongson SX directive builtin function support Chenghui Pan
2023-08-15  1:05 ` [PATCH v4 4/6] LoongArch: Add Loongson ASX vector directive compilation framework Chenghui Pan
2023-08-15  1:05 ` [PATCH v4 5/6] LoongArch: Add Loongson ASX base instruction support Chenghui Pan
2023-08-15  1:05 ` [PATCH v4 6/6] LoongArch: Add Loongson ASX directive builtin function support Chenghui Pan
2023-08-16  3:27 ` [PATCH v4 0/6] Add Loongson SX/ASX instruction support to LoongArch target Xi Ruoyao
2023-08-17  7:20   ` Chenghui Pan
2023-08-20  8:25     ` Xi Ruoyao
2023-10-19  8:00       ` chenglulu

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=40dc0807a52a8dad66977daf6f9007d7228af356.camel@xry111.site \
    --to=xry111@xry111.site \
    --cc=chenglulu@loongson.cn \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=i@xen0n.name \
    --cc=panchenghui@loongson.cn \
    --cc=xuchenghua@loongson.cn \
    --cc=yangyujie@loongson.cn \
    /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).