Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C API header xcvalu #95

Merged
merged 2 commits into from
Jan 1, 2024
Merged

Commits on Dec 28, 2023

  1. [RISCV][Clang] Add C API header for alu CORE-V intrinsics.

    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.
    PaoloS02 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    fb17d02 View commit details
    Browse the repository at this point in the history
  2. [RISCV] CV-ALU-LLVM-intrinsics: Remove redundant unsigned comparison.

    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.
    PaoloS02 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    2b47787 View commit details
    Browse the repository at this point in the history