Port amd64 SIMD libc optimizations to riscv64
- Mentors
- Ed Maste, Robert "fuz" Clausecker
- Organization
- The FreeBSD Project
- Technologies
- c, assembly
- Topics
- SIMD, libc
The goal of the project is to port the SIMD optimized routines written for
amd64 to riscv64. This will be accomplished using SWAR techniques. Because
the code will only depend on the base integer ISA, the optimizations will result
in a performance increase on all riscv64 systems.