X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fpsx_gpu%2Fcommon.h;h=d5cf3e91f0df6f483af473385b51fae60706073a;hp=f299f79402bc92805fd2eda52a8e2a76638a204b;hb=c1817bd9249ee616cf9545a57136d6dd3669ce34;hpb=d81b8e972678928ffece2d38213de8048f5e872d diff --git a/plugins/gpu_neon/psx_gpu/common.h b/plugins/gpu_neon/psx_gpu/common.h index f299f794..d5cf3e91 100644 --- a/plugins/gpu_neon/psx_gpu/common.h +++ b/plugins/gpu_neon/psx_gpu/common.h @@ -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