An open API service indexing awesome lists of open source software.

https://github.com/unikraft/lib-psimd

Unikraft port of psimd, portable SIMD intrinsics
https://github.com/unikraft/lib-psimd

intel-intrinsics library psimd unikraft

Last synced: 5 months ago
JSON representation

Unikraft port of psimd, portable SIMD intrinsics

Awesome Lists containing this project

README

          

libpsimd for Unikraft
===================
This is our initial port of psimd to Unikraft as an external library.
The intel-intrinsics library is required. When adding the
library to the dependency list, psimd should stay after
intel-intrinsics, e.g.,:

... :$(UK_LIBS)/intel-intrinsics:$(UK_LIBS)/psimd: ...

For more information, please refer to the `README.md` as well as the
documentation in the `doc/` subdirectory of the main unikraft
repository.