Bug 16921. MMX and SSE2 intrinsics not enabled when compiling with Intel's icc
[profile/ivi/pixman.git] / pixman / pixman-sse.c
index 7c4d952..bfe0b8a 100644 (file)
 #define inline __forceinline
 #endif
 
+#ifdef __GNUC__
+#    define inline __inline__ __attribute__ ((__always_inline__))
+#endif
+
 /* -------------------------------------------------------------------------------------------------
  * Locals
  */