shibatch / sleef

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

RISC-V architecture missing on https://sleef.org/ #524

Closed xypron closed 5 months ago

xypron commented 6 months ago

With the 3.6 release support for the RISC-V architecture has been added. But it does not show up in the table in https://sleef.org/index.xhtml#environment.

According to toolchains/riscv64-*.cmake clang >= 17 or gcc >= 14 is needed. This should also be mentioned in this section.

Best regards

Heinrich

blapie commented 6 months ago

Hello! Thanks for reporting that. It is definitely our omission. However the plan is to remove this table in the near future, since some of these features have retrograded to experimental. But it would make sense for it to contain Risc-V, until actually replaced by the table in README.

By the way, ultimately we would like to switch from html to markdown sources and let github pages render the website.