summaryrefslogtreecommitdiff
path: root/render/rastppc.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-11-28 17:41:15 +0100
committerTor Andersson <tor@ghostscript.com>2004-11-28 17:41:15 +0100
commit85792218b05cb41d7dd4696443a4fdd6c16e1817 (patch)
tree8da4dab2e44204e3ebba47ed01ff029ab00df35d /render/rastppc.c
parent2235b780ce692e1393fdd925eea0cdd9e1a422a1 (diff)
downloadmupdf-85792218b05cb41d7dd4696443a4fdd6c16e1817.tar.xz
gka fixes. use truetypes in fontfile.
Diffstat (limited to 'render/rastppc.c')
-rw-r--r--render/rastppc.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/render/rastppc.c b/render/rastppc.c
index f26e5b66..276ee2d7 100644
--- a/render/rastppc.c
+++ b/render/rastppc.c
@@ -1,6 +1,7 @@
/*
-PowerPC specific render optims live here
-*/
+ * PowerPC specific render optims live here
+ */
+
#include <fitz.h>
#ifdef HAVE_ALTIVEC
@@ -14,6 +15,7 @@ fz_accelrastfuncs(fz_rastfuncs *tab)
# ifdef HAVE_ALTIVEC
if (fz_cpuflags & HAVE_ALTIVEC)
{
+ puts("installed altivec rastfuncs");
}
# endif
}