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
- Host: GitHub
- URL: https://github.com/unikraft/lib-psimd
- Owner: unikraft
- License: other
- Created: 2019-07-25T11:47:46.000Z (almost 7 years ago)
- Default Branch: staging
- Last Pushed: 2024-01-02T20:56:00.000Z (over 2 years ago)
- Last Synced: 2025-03-12T10:44:40.026Z (over 1 year ago)
- Topics: intel-intrinsics, library, psimd, unikraft
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.md
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.