Mercurial > libavcodec.hg
diff alpha/asm.h @ 665:5e5a05077680 libavcodec
Due to version renumbering, Alpha builtins aren't supported in thegcc
3.2 release.
author | mellum |
---|---|
date | Fri, 13 Sep 2002 10:56:51 +0000 |
parents | 4aa1ff2acc74 |
children | 9cda14fe33d9 |
line wrap: on
line diff
--- a/alpha/asm.h Fri Sep 13 09:45:32 2002 +0000 +++ b/alpha/asm.h Fri Sep 13 10:56:51 2002 +0000 @@ -52,7 +52,7 @@ #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))