[PATCH] lib/zlib_inflate:change REVERSE() macro

2015-08-10 Thread yalin wang
This patch change REVERSE() macro to use swab32() function, so that can have more better performance on some platforms. Signed-off-by: yalin wang --- lib/zlib_inflate/inflate.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/zlib_inflate/inflate.c

[PATCH] lib/zlib_inflate:change REVERSE() macro

2015-08-10 Thread yalin wang
This patch change REVERSE() macro to use swab32() function, so that can have more better performance on some platforms. Signed-off-by: yalin wang yalin.wang2...@gmail.com --- lib/zlib_inflate/inflate.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git