unikraft / lib-psimd

Unikraft port of psimd, portable SIMD intrinsics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Unikraft port of psimd, portable SIMD intrinsics

License:Other