Skip to content

Commit

Permalink
doxygen: Add new MCST CPU/compiler macros to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saprykin committed Jul 18, 2024
1 parent b60b95c commit 0e7ecc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pmacroscompiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,9 @@
# ifndef P_CC_CRAY
# define P_CC_CRAY
# endif
# ifndef P_CC_LCC
# define P_CC_LCC
# endif
#endif

#endif /* PLIBSYS_HEADER_PMACROSCOMPILER_H */
3 changes: 3 additions & 0 deletions src/pmacroscpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,9 @@
# ifndef P_CPU_LOONGARCH_64
# define P_CPU_LOONGARCH_64
# endif
# ifndef P_CPU_E2K
# define P_CPU_E2K
# endif
#endif

#endif /* PLIBSYS_HEADER_PMACROSCPU_H */

0 comments on commit 0e7ecc4

Please sign in to comment.