Skip to content

Commit

Permalink
[Clang][LoongArch] Support the builtin functions for LASX
Browse files Browse the repository at this point in the history
This patch does the following work:
- Define the builtin functions for LASX
- Add the header files lasxintrin.h
  • Loading branch information
yjijd authored and SixWeining committed Oct 31, 2023
1 parent d6bfa33 commit a4005e7
Show file tree
Hide file tree
Showing 5 changed files with 5,073 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clang/include/clang/Basic/BuiltinsLoongArch.def
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
// Definition of LSX builtins.
#include "clang/Basic/BuiltinsLoongArchLSX.def"

// Definition of LASX builtins.
#include "clang/Basic/BuiltinsLoongArchLASX.def"

#undef BUILTIN
#undef TARGET_BUILTIN

0 comments on commit a4005e7

Please sign in to comment.