Re: [PATCH 00/17] Add RISC-V RVV Zve32f and Zve64f extensions

2022-01-17 Thread Frank Chang
於 2021年12月29日 週三 上午10:35寫道: > From: Frank Chang > > In RVV v1.0 spec, several Zve* vector extensions for embedded processors > are defined in Chapter 18.2: > > https://github.com/riscv/riscv-v-spec/blob/v1.0/v-spec.adoc#zve-vector-extensions-for-embedded-processors > > This patchset implements Z

[PATCH 00/17] Add RISC-V RVV Zve32f and Zve64f extensions

2021-12-28 Thread frank . chang
From: Frank Chang In RVV v1.0 spec, several Zve* vector extensions for embedded processors are defined in Chapter 18.2: https://github.com/riscv/riscv-v-spec/blob/v1.0/v-spec.adoc#zve-vector-extensions-for-embedded-processors This patchset implements Zve32f and Zve64f extensions. The port is av