]> xenbits.xensource.com Git - unikraft/libs/intel-intrinsics.git/commit
Initial port of Intel Intrinsics on Unikraft
authorVlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@stud.acs.upb.ro>
Tue, 4 Jun 2019 11:36:37 +0000 (11:36 +0000)
committerFelipe Huici <felipe.huici@neclab.eu>
Tue, 4 Jun 2019 11:55:54 +0000 (13:55 +0200)
commit4dcfbc1f5e79a0e38f8c0bb60520ada6bf484eac
tree63eee42213f047de971fdc913c698b52d64726e0
parent7a91d1fe1e3e4daf20b2b7aee21ab87c2d254dd4
Initial port of Intel Intrinsics on Unikraft

This is our initial port of intel intrinsics to Unikraft as an external library.
This release is based on the LLVM headers which were adapted to work on Unikraft
with GCC.

The library now works with GCC 6+.

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
18 files changed:
CODING_STYLE.md [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
Config.uk [new file with mode: 0644]
MAINTAINERS.md [new file with mode: 0644]
Makefile.uk [new file with mode: 0644]
README.md [new file with mode: 0644]
exportsyms.uk [new file with mode: 0644]
include/avxintrin.h [new file with mode: 0644]
include/emmintrin.h [new file with mode: 0644]
include/immintrin.h [new file with mode: 0644]
include/mm_malloc.h [new file with mode: 0644]
include/mmintrin.h [new file with mode: 0644]
include/nmmintrin.h [new file with mode: 0644]
include/pmmintrin.h [new file with mode: 0644]
include/popcntintrin.h [new file with mode: 0644]
include/smmintrin.h [new file with mode: 0644]
include/tmmintrin.h [new file with mode: 0644]
include/xmmintrin.h [new file with mode: 0644]