Skip to content

Commit

Permalink
[RISCV][Clang] Add C API header for simd CORE-V intrinsics.
Browse files Browse the repository at this point in the history
This commit adds the C API header to serve as an interface for
the intrinsic functions provided with the CORE-V xcvsimd
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 simd header.
  • Loading branch information
PaoloS02 committed Jan 7, 2024
1 parent c19250f commit d76498e
Show file tree
Hide file tree
Showing 3 changed files with 1,822 additions and 0 deletions.
1 change: 1 addition & 0 deletions clang/lib/Headers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ set(riscv_files
riscv_corev_bitmanip.h
riscv_corev_elw.h
riscv_corev_mac.h
riscv_corev_simd.h
)

set(systemz_files
Expand Down
Loading

0 comments on commit d76498e

Please sign in to comment.