C API header xcvalu
- Dec 28, 2023
-
-
Paolo Savini authored
This patch removes a redundant comparison of an unsigned value as greater or equal to zero from code written for the CV ALU LLVM instrinsics. This redundant comparison caused a warning when building LLVM.
2b477871 -
Paolo Savini authored
This commit adds the C API header to serve as an interface for the intrinsic functions provided with the CORE-V xcvalu extension. The commit includes the addition of the header itself and a clang CodeGen test that checks the integrity of the call to the wrapper functions designed in the C API CORE-V alu header.
fb17d022
-