psx_gpu: add enhanced triangle rendering
[pcsx_rearmed.git] / plugins / gpu_neon / psx_gpu / common.h
index f299f79..d5cf3e9 100644 (file)
@@ -18,5 +18,7 @@ typedef unsigned long long int u64;
 #include "vector_ops.h"
 #include "psx_gpu.h"
 
+#define unlikely(x) __builtin_expect((x), 0)
+
 #endif