Skip to content
Snippets Groups Projects

C API header xcvalu

Merged Imported Paolo Savini requested to merge github/fork/PaoloS02/c-api-alu into development
  1. Dec 28, 2023
    • Paolo Savini's avatar
      [RISCV] CV-ALU-LLVM-intrinsics: Remove redundant unsigned comparison. · 2b477871
      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's avatar
      [RISCV][Clang] Add C API header for alu CORE-V intrinsics. · fb17d022
      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
Loading