We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60b95c commit 0e7ecc4Copy full SHA for 0e7ecc4
src/pmacroscompiler.h
@@ -316,6 +316,9 @@
316
# ifndef P_CC_CRAY
317
# define P_CC_CRAY
318
# endif
319
+# ifndef P_CC_LCC
320
+# define P_CC_LCC
321
+# endif
322
#endif
323
324
#endif /* PLIBSYS_HEADER_PMACROSCOMPILER_H */
src/pmacroscpu.h
@@ -793,6 +793,9 @@
793
# ifndef P_CPU_LOONGARCH_64
794
# define P_CPU_LOONGARCH_64
795
796
+# ifndef P_CPU_E2K
797
+# define P_CPU_E2K
798
799
800
801
#endif /* PLIBSYS_HEADER_PMACROSCPU_H */
0 commit comments