diff options
Diffstat (limited to 'mknes.c')
| -rw-r--r-- | mknes.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -8,8 +8,6 @@ #include <string.h> #include <immintrin.h> -#define printf(...) - #define BUFFER_WIDTH 256 #define BUFFER_HEIGHT 240 #define WINDOW_WIDTH 320 * 3 @@ -23,9 +21,6 @@ #define CIRAM_SIZE 0x1000 #define CHR_RAM_SIZE 0x4000 -#define LIKELY(x) __builtin_expect(!!(x), 1) -#define UNLIKELY(x) __builtin_expect(!!(x), 0) - #ifndef restrict # if defined(__cplusplus) # define restrict __restrict |
