24#define RESID_BRANCH_HINTS 1
27#define HAVE_BUILTIN_EXPECT 1
30# define M_PI 3.14159265358979323846
34#if RESID_BRANCH_HINTS && HAVE_BUILTIN_EXPECT
35# define likely(x) __builtin_expect(!!(x), 1)
36# define unlikely(x) __builtin_expect(!!(x), 0)
39# define unlikely(x) (x)
44typedef enum { MOS6581=1, MOS8580 } ChipModel;
46typedef enum { DECIMATE=1, RESAMPLE } SamplingMethod;
52extern const char* residfp_version_string;
54const char* residfp_version_string =
"2.5.0";
59#define RESID_INLINING 1
60#define RESID_INLINE inline