https://github.com/unikraft/lib-intel-intrinsics
Unikraft port of Intel intrinsics
https://github.com/unikraft/lib-intel-intrinsics
intel-intrinsics library unikraft
Last synced: about 1 year ago
JSON representation
Unikraft port of Intel intrinsics
- Host: GitHub
- URL: https://github.com/unikraft/lib-intel-intrinsics
- Owner: unikraft
- Created: 2019-07-25T11:47:32.000Z (almost 7 years ago)
- Default Branch: staging
- Last Pushed: 2024-01-02T20:55:05.000Z (over 2 years ago)
- Last Synced: 2025-03-24T15:11:19.565Z (over 1 year ago)
- Topics: intel-intrinsics, library, unikraft
- Language: C
- Homepage:
- Size: 551 KB
- Stars: 0
- Watchers: 9
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Intel (x86) intrinsics for Unikraft
This is a port of the headers providing compiler intrinsics for x86 architectures.
A list of these intrinsics can be browsed at [Intel Intrinsics](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html).
Normally you would receive these headers together with your compiler, however, due to Unikraft's isolated build environment, we provide them explicitly.
Please refer to `README.md` in the main unikraft repository as well as the [Unikraft Homepage](https://unikraft.org/) for further information.