On Thu, 29 Sep 2011, Enlightenment SVN wrote:
> Log: > you know.... i was reviewing this patch this morning and i found > several problems with it... but SOMEONE... (lucas) committed it > without even so much as replying to the list saying he was going to... > :) > > > > Author: raster > Date: 2011-09-29 20:29:03 -0700 (Thu, 29 Sep 2011) > New Revision: 63705 > Trac: http://trac.enlightenment.org/e/changeset/63705 > > Modified: > trunk/evas/src/lib/engines/common/evas_cpu.c > trunk/evas/src/lib/engines/common/evas_op_blend_main_.c > trunk/evas/src/lib/include/evas_blend_ops.h > > Modified: trunk/evas/src/lib/include/evas_blend_ops.h > =================================================================== > --- trunk/evas/src/lib/include/evas_blend_ops.h 2011-09-30 02:37:12 UTC > (rev 63704) > +++ trunk/evas/src/lib/include/evas_blend_ops.h 2011-09-30 03:29:03 UTC > (rev 63705) > @@ -9,6 +9,15 @@ > #include <immintrin.h> > #endif > > +#ifndef always_inline > +#if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > > 0) > +# define always_inline __attribute__((always_inline)) inline > +#else > +# define always_inline inline > +#endif > +#endif this should be not needed as the m4 macro takes care of it. If there is a problem, then either : 1) for some strange reason, config.h has not been generated correctly on your computer 2) config.h is not included Vincent ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
