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 { AVERAGE=1, WEAK, STRONG } CombinedWaveforms;
48typedef enum { DECIMATE=1, RESAMPLE } SamplingMethod;
54extern const char* residfp_version_string;
56const char* residfp_version_string =
"2.8.0";
61#define RESID_INLINING 1
62#define RESID_INLINE inline