]> xenbits.xensource.com Git - unikraft/libs/intel-intrinsics.git/commit
Add cpuid.h header
authorAndrei Tatar <andrei@unikraft.io>
Tue, 5 Sep 2023 12:11:29 +0000 (15:11 +0300)
committerRazvan Deaconescu <razvan.deaconescu@upb.ro>
Tue, 3 Oct 2023 15:05:27 +0000 (18:05 +0300)
commitfe75c80e708eab9fb1ca656d07c6577c0ccb7ba9
tree35ce85782c45c2af210a9e44841123c05390f4bd
parent087e4b47cda5b2c98af375ba231419ebb5be0144
Add cpuid.h header

This change adds the cpuid.h header file for both GCC and Clang.
The GCC version is taken verbatim from GCC 13.1.0.
The LLVM version is taken verbatim from LLVM 16.0.0.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Radu Nichita <radunichita99@gmail.com>
Approved-by: Eduard Vintilă <eduard.vintila47@gmail.com>
GitHub-Closes: #5
include-gcc/cpuid.h [new file with mode: 0644]
include-llvm/cpuid.h [new file with mode: 0644]