Optimizations (are they?)

This commit is contained in:
CocoSimone
2023-02-17 17:16:56 +01:00
parent 2bc2227b84
commit 55f792d995
18 changed files with 430 additions and 449 deletions

View File

@@ -34,7 +34,6 @@ using s128 = __int128_t;
#define BYTE_INDEX(i) (15 - (i))
#define SI_DMA_DELAY (65536 * 2)
enum TLBAccessType {
LOAD, STORE
};
#define ARCH_TARGET(...) __attribute__ ((target_clones (__VA_ARGS__)))
#define unlikely(exp) __builtin_expect(exp, 0)
#define likely(exp) __builtin_expect(exp, 1)