24 # define M_PI 3.14159265358979323846 28 #if RESID_BRANCH_HINTS && HAVE_BUILTIN_EXPECT 29 # define likely(x) __builtin_expect(!!(x), 1) 30 # define unlikely(x) __builtin_expect(!!(x), 0) 32 # define likely(x) (x) 33 # define unlikely(x) (x) 38 typedef enum { MOS6581=1, MOS8580 } ChipModel;
40 typedef enum { DECIMATE=1, RESAMPLE } SamplingMethod;
45 #ifndef __VERSION_CC__ 46 extern const char* residfp_version_string;
48 const char* residfp_version_string =
"1.8.3";
53 #define RESID_INLINING 1 54 #define RESID_INLINE inline 55 #define RESID_HAVE_LOG1P 1 57 #endif // SIDDEFS_FP_H