Skip to content

std::experimental::simd implementation for RISC-V vector types

License

Notifications You must be signed in to change notification settings

Pansysk75/cpp-simd-riscv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rvv::experimental::simd header only library for vectorization on RISC-V

This library contains SIMD API for RISC-V vectorization based on the idea of std::experimental::simd API. It has most basic functionality of std::experimental::simd, but does not strictly follow TS 19570, as the purpose is to experiment with performance.

About

std::experimental::simd implementation for RISC-V vector types

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.2%
  • CMake 2.8%