[mlpack-svn] r13376 - mlpack/trunk/src/mlpack

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Aug 8 23:39:00 EDT 2012


Author: rcurtin
Date: 2012-08-08 23:39:00 -0400 (Wed, 08 Aug 2012)
New Revision: 13376

Modified:
   mlpack/trunk/src/mlpack/core.hpp
Log:
I promise, GCC, just this once, I'm smarter than you, really.


Modified: mlpack/trunk/src/mlpack/core.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core.hpp	2012-08-08 20:15:13 UTC (rev 13375)
+++ mlpack/trunk/src/mlpack/core.hpp	2012-08-09 03:39:00 UTC (rev 13376)
@@ -176,7 +176,7 @@
 #define force_inline
 #if defined(__GNUG__)
   #undef force_inline
-  #define force_inline __attribute__((force_inline))
+  #define force_inline __attribute__((always_inline))
 #elif defined(_MSC_VER)
   #undef force_inline
   #define force_inline __forceinline




More information about the mlpack-svn mailing list