]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Add sifive_vector.h
authorKito Cheng <kito.cheng@sifive.com>
Wed, 15 Jan 2025 08:13:05 +0000 (16:13 +0800)
committerKito Cheng <kito.cheng@sifive.com>
Mon, 20 Jan 2025 06:51:17 +0000 (14:51 +0800)
commit43a6001ff58d1e0da791b5f7f4c51aa2ed1e4493
tree7f4e375f69b3efa452d0d4793e1453ffab8a8607
parentaf4fb245e12f2dd8e2c32167c9acfaceb4b6af6a
RISC-V: Add sifive_vector.h

sifive_vector.h is a vendor specfic header, it should include before
using sifive vector intrinsic, it's just include riscv_vector.h for now,
we will separate the implementation by adding new pragma in future.

gcc/ChangeLog:

* config.gcc (riscv*): Install sifive_vector.h.
* config/riscv/sifive_vector.h: New.
gcc/config.gcc
gcc/config/riscv/sifive_vector.h [new file with mode: 0644]