summaryrefslogtreecommitdiff
path: root/render/rastppc.c
diff options
context:
space:
mode:
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
}