From 87d680e1892ec606025006c6f73796b06044e11b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 21 Feb 2022 17:26:29 +0100 Subject: Adding upstream version 1.12. Signed-off-by: Daniel Baumann --- lzip.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lzip.h') diff --git a/lzip.h b/lzip.h index db45f0b..eed4e1c 100644 --- a/lzip.h +++ b/lzip.h @@ -1,5 +1,5 @@ /* Pdlzip - LZMA lossless data compressor - Copyright (C) 2010-2021 Antonio Diaz Diaz. + Copyright (C) 2010-2022 Antonio Diaz Diaz. This program is free software. Redistribution and use in source and binary forms, with or without modification, are permitted provided @@ -64,6 +64,7 @@ static inline void CRC32_init( void ) } } +/* about as fast as it is possible without messing with endianness */ static inline void CRC32_update_buf( uint32_t * const crc, const uint8_t * const buffer, const int size ) -- cgit v1.2.3