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) 38 # define likely(x) (x) 39 # define unlikely(x) (x) 44 typedef enum { MOS6581=1, MOS8580 } ChipModel;
46 typedef enum { DECIMATE=1, RESAMPLE } SamplingMethod;
51 #ifndef __VERSION_CC__ 52 extern const char* residfp_version_string;
54 const char* residfp_version_string =
"1.8.7";
59 #define RESID_INLINING 1 60 #define RESID_INLINE inline 61 #define RESID_HAVE_LOG1P 1 63 #endif // SIDDEFS_FP_H