[Pixman] [PATCH] Add missing force_inline to in() function used for C fast paths
Siarhei Siamashka
siarhei.siamashka at gmail.com
Sat Sep 29 17:06:16 PDT 2012
---
pixman/pixman-fast-path.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pixman/pixman-fast-path.c b/pixman/pixman-fast-path.c
index 22bfd30..a12c6cf 100644
--- a/pixman/pixman-fast-path.c
+++ b/pixman/pixman-fast-path.c
@@ -90,7 +90,7 @@ over (uint32_t src,
return dest;
}
-static uint32_t
+static force_inline uint32_t
in (uint32_t x,
uint8_t y)
{
--
1.7.8.6
More information about the Pixman
mailing list