shithub: opus

Download patch

ref: 3c7ae6c3b93411159aa71880a7e37aaec5771bf6
parent: 72e8003f7599762932586cca17d8a5008aff0ba4
author: Jean-Marc Valin <[email protected]>
date: Wed Mar 12 06:42:24 EDT 2008

__GNUC_PREREQ should be causing problems anymore.

--- a/libcelt/ecintrin.h
+++ b/libcelt/ecintrin.h
@@ -52,7 +52,7 @@
 /*Count leading zeros.
   This macro should only be used for implementing ec_ilog(), if it is defined.
   All other code should use EC_ILOG() instead.*/
-#ifdef __GNUC__
+#ifdef __GNUC_PREREQ
 #if __GNUC_PREREQ(3,4)
 # if INT_MAX>=2147483647
 #  define EC_CLZ0 sizeof(unsigned)*CHAR_BIT
@@ -74,7 +74,7 @@
 # define EC_ILOG(_x) (ec_ilog(_x))
 #endif
 
-#ifdef __GNUC__
+#ifdef __GNUC_PREREQ
 #if __GNUC_PREREQ(3,4)
 # if INT_MAX>=9223372036854775807
 #  define EC_CLZ64_0 sizeof(unsigned)*CHAR_BIT