projects
/
platform
/
upstream
/
pixman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e68544
)
Force inlining
author
Luca Barbato
<lu_zero@gentoo.org>
Wed, 23 Apr 2008 22:36:51 +0000
(
00:36
+0200)
committer
Luca Barbato
<lu_zero@gentoo.org>
Wed, 23 Apr 2008 22:36:51 +0000
(
00:36
+0200)
pixman/pixman-vmx.c
patch
|
blob
|
history
diff --git
a/pixman/pixman-vmx.c
b/pixman/pixman-vmx.c
index 6d275eeb319b3ae679e77fcb54202b1d7c0ce94a..8b17f660b96f71971b50fa0fe5b37099ef1aa0a8 100644
(file)
--- a/
pixman/pixman-vmx.c
+++ b/
pixman/pixman-vmx.c
@@
-29,6
+29,10
@@
#include "pixman-vmx.h"
#include <altivec.h>
+#ifdef __GNUC__
+# define inline __inline__ __attribute__ ((__always_inline__))
+#endif
+
/*
x_c = (x_c * a) / 255
*/