shibatch / sleef

SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT
https://sleef.org
Boost Software License 1.0
661 stars 133 forks source link

[question] Support of RISC-V extension V #432

Closed gquintin closed 11 months ago

gquintin commented 3 years ago

Hi, is there any plan to support RISC-V extension "V"?

Intrinsics are available --> https://github.com/riscv/rvv-intrinsic-doc A cross compiler and an emulator is available in the official github of RISC-V --> https://github.com/riscv

Compiling and installing all of this can be a little annoying therefore I wrote a small installation script --> https://github.com/agenium-scale/nstools/blob/master/installation-scripts/install-riscv.sh

shibatch commented 3 years ago

Hello,

When the necessary tools are ready, porting can be started. But I would wait until the intrinsics can be used with the official clang or gcc.

blapie commented 11 months ago

Closing this issue since #477 was just merged.