From 7429dff085fdb1bcf3c12309d503082662a50037 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" <1330696+mr-c@users.noreply.github.com> Date: Sun, 21 Apr 2024 11:43:28 +0200 Subject: [PATCH] README: two more related projects --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 72fb56eb0..303893a01 100644 --- a/README.md +++ b/README.md @@ -321,6 +321,8 @@ We would love to add more, so patches are extremely welcome! SSE with NEON. Non-free, C++. * [AvxToNeon](https://github.com/kunpengcompute/AvxToNeon) — Popular AVX+ intrinsincs implemented in NEON. C, Apache 2.0 license. + * [neon2rvv](https://github.com/howjmay/neon2rvv) - A C/C++ header file that converts Arm/Aarch64 NEON intrinsics to RISC-V Vector (RVV) Extension, MIT license + * [sse2rvv](https://github.com/pattonkan/sse2rvv) - A C/C++ header file that converts Intel SSE intrinsics to RISCV-V Extension intrinsics, MIT license. * [arm-neon-tests](https://github.com/christophe-lyon/arm-neon-tests) contains tests to verify NEON implementations.