summaryrefslogtreecommitdiff
path: root/contrib/powerpc-vsx/README
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2018-03-06 13:54:52 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2018-03-06 14:06:24 -0600
commit0e06b5948cabffc9b783d45992eae74cd616131e (patch)
treef17acbf02cb31bb87589bf2c357091114b9a4006 /contrib/powerpc-vsx/README
parent3fecfeada188d69c5c84a488ee03569de12b7239 (diff)
downloadlibpng-1.6.35beta01.tar.gz
[libpng16] Imported from libpng-1.6.35beta01.tarv1.6.35beta01
Diffstat (limited to 'contrib/powerpc-vsx/README')
-rw-r--r--contrib/powerpc-vsx/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/powerpc-vsx/README b/contrib/powerpc-vsx/README
index e566147ea..4970a52c6 100644
--- a/contrib/powerpc-vsx/README
+++ b/contrib/powerpc-vsx/README
@@ -46,7 +46,7 @@ everything should be static. It must define the function:
static int png_have_vsx(png_structp png_ptr);
-That function must return 1 if ARM NEON instructions are supported, 0 if not.
+That function must return 1 if POWERPC_VSX instructions are supported, 0 if not.
It must not execute png_error unless it detects a bug. A png_error will prevent
the reading of the PNG and in the future, writing too.