]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Fix Dynamic LMUL compile option
authorJuzhe-Zhong <juzhe.zhong@rivai.ai>
Mon, 4 Sep 2023 09:08:34 +0000 (17:08 +0800)
committerLehua Ding <lehua.ding@rivai.ai>
Tue, 5 Sep 2023 02:55:16 +0000 (10:55 +0800)
commit6f94ef6c86074a8348ec21d8aade04ce67b4e292
treed6395a604be4849536e0efe9ddaa840739641702
parent99ec76eb8b0826c48709148457f2ef45819ab4ea
RISC-V: Fix Dynamic LMUL compile option

gcc/ChangeLog:

* config/riscv/riscv-opts.h (enum riscv_autovec_lmul_enum): Fix Dynamic status.
* config/riscv/riscv-v.cc (preferred_simd_mode): Ditto.
(autovectorize_vector_modes): Ditto.
(vectorize_related_mode): Ditto.
gcc/config/riscv/riscv-opts.h
gcc/config/riscv/riscv-v.cc