Remove redundant s2d directory and delete unused files/defines (#457)

This commit is contained in:
thecozies
2022-09-21 20:18:37 -05:00
committed by GitHub
parent 2e701ad9e7
commit de34eb3b84
80 changed files with 16 additions and 18714 deletions

View File

@@ -7,12 +7,6 @@
#define GLOBAL_ASM(...)
#endif
#if !defined(__sgi) && (!defined(NON_MATCHING) || !defined(AVOID_UB))
// asm-process isn't supported outside of IDO, and undefined behavior causes
// crashes.
#error Matching build is only possible on IDO; please build with NON_MATCHING=1.
#endif
#define ARRAY_COUNT(arr) (s32)(sizeof(arr) / sizeof(arr[0]))
#define GLUE(a, b) a ## b