Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5
# 93caee17 26-Nov-2024 Mark Goncharov <110403898+mga-sc@users.noreply.github.com>

[RISCV][SLEEF]: Support SLEEF vector library for RISC-V target. (#114014)

SLEEF math vector library now supports RISC-V target.
Commit: https://github.com/shibatch/sleef/pull/477

This patch enab

[RISCV][SLEEF]: Support SLEEF vector library for RISC-V target. (#114014)

SLEEF math vector library now supports RISC-V target.
Commit: https://github.com/shibatch/sleef/pull/477

This patch enables the use of auto-vectorization with
subsequent replacement by the corresponding SLEEF function.

show more ...