projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bea669e
)
Due to version renumbering, Alpha builtins aren't supported in thegcc
author
Falk Hüffner
<mellum@users.sourceforge.net>
Fri, 13 Sep 2002 10:56:51 +0000
(10:56 +0000)
committer
Falk Hüffner
<mellum@users.sourceforge.net>
Fri, 13 Sep 2002 10:56:51 +0000
(10:56 +0000)
3.2 release.
Originally committed as revision 937 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/alpha/asm.h
patch
|
blob
|
history
diff --git
a/libavcodec/alpha/asm.h
b/libavcodec/alpha/asm.h
index
ceaf0be
..
2fdbdf1
100644
(file)
--- a/
libavcodec/alpha/asm.h
+++ b/
libavcodec/alpha/asm.h
@@
-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))