openhwgroup / corev-llvm-project

Other
12 stars 18 forks source link

C API header xcvelw #96

Closed PaoloS02 closed 11 months ago

PaoloS02 commented 11 months ago

This patch adds the C API header file for the xcvelw Clang builtins. It also adds the CodeGen test that checks that the wrapper functions defined in the header turn into the right LLVM instrinsic when called. Finally the patch adds the cmake support for the header file. This needs to follow the analogous patch for the xcvbitmanip builtins as that one includes the basic cmake support to add all the headers.