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

2022-01-18 Thread Alistair Francis
On Tue, Jan 18, 2022 at 11:50 AM wrote: > > 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 i

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

2022-01-17 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