Commit a343d33e authored by Falk Hüffner's avatar Falk Hüffner

Due to version renumbering, Alpha builtins aren't supported in thegcc

3.2 release.

Originally committed as revision 937 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bea669e5
......@@ -52,7 +52,7 @@ struct unaligned_long { uint64_t l; } __attribute__((packed));
#define ldq_u(p) (*(const uint64_t *) (((uint64_t) (p)) & ~7ul))
#define uldq(a) (((const struct unaligned_long *) (a))->l)
#if __GNUC__ >= 3 && __GNUC_MINOR__ >= 2
#if __GNUC__ >= 3 && __GNUC_MINOR__ >= 3
#define cmpbge __builtin_alpha_cmpbge
/* Avoid warnings. */
#define extql(a, b) __builtin_alpha_extql(a, (uint64_t) (b))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment