diff options
Diffstat (limited to 'libpng/contrib/powerpc-vsx/README')
-rw-r--r-- | libpng/contrib/powerpc-vsx/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpng/contrib/powerpc-vsx/README b/libpng/contrib/powerpc-vsx/README index e566147e..4970a52c 100644 --- a/libpng/contrib/powerpc-vsx/README +++ b/libpng/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. |