Skip to content

Commit 0e7ecc4

Browse files
committed
doxygen: Add new MCST CPU/compiler macros to docs
1 parent b60b95c commit 0e7ecc4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/pmacroscompiler.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,9 @@
316316
# ifndef P_CC_CRAY
317317
# define P_CC_CRAY
318318
# endif
319+
# ifndef P_CC_LCC
320+
# define P_CC_LCC
321+
# endif
319322
#endif
320323

321324
#endif /* PLIBSYS_HEADER_PMACROSCOMPILER_H */

src/pmacroscpu.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,9 @@
793793
# ifndef P_CPU_LOONGARCH_64
794794
# define P_CPU_LOONGARCH_64
795795
# endif
796+
# ifndef P_CPU_E2K
797+
# define P_CPU_E2K
798+
# endif
796799
#endif
797800

798801
#endif /* PLIBSYS_HEADER_PMACROSCPU_H */

0 commit comments

Comments
 (0)