From 19425d32f30c202f8ef28ab4020131de382907b3 Mon Sep 17 00:00:00 2001 From: Vadim Barkov Date: Tue, 31 Jan 2017 16:48:17 +0300 Subject: [PATCH] Update README --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 34e7ae1f7..5d3a4c77c 100644 --- a/README +++ b/README @@ -179,8 +179,10 @@ Files in this distribution: pngwtran.c => Write data transformations pngwutil.c => Write utility functions arm => Contains optimized code for the ARM platform + powerpc => Contains optimized code for the PowerPC platform contrib => Contributions arm-neon => Optimized code for ARM-NEON platform + powerpc => Optimized code for POWERPC-VSX platform examples => Example programs gregbook => source code for PNG reading and writing, from Greg Roelofs' "PNG: The Definitive Guide",