changeset 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 00a882f626bd
children f5b8b5dd50d7
files alpha/asm.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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))