24#define RESID_BRANCH_HINTS 1
27#define HAVE_BUILTIN_EXPECT 1
30#if RESID_BRANCH_HINTS && HAVE_BUILTIN_EXPECT
31# define likely(x) __builtin_expect(!!(x), 1)
32# define unlikely(x) __builtin_expect(!!(x), 0)
35# define unlikely(x) (x)
40typedef enum { MOS6581=1, MOS8580 } ChipModel;
42typedef enum { AVERAGE=1, WEAK, STRONG } CombinedWaveforms;
44typedef enum { DECIMATE=1, RESAMPLE } SamplingMethod;
50extern const char* residfp_version_string;
52const char* residfp_version_string =
"2.15.0";
57#define RESID_INLINING 1
58#define RESID_INLINE inline