mirror of
https://github.com/aaru-dps/Aaru.Checksums.Native.git
synced 2025-12-16 19:24:29 +00:00
Fix header guards.
This commit is contained in:
7
crc64.h
7
crc64.h
@@ -16,6 +16,9 @@
|
||||
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef AARU_CHECKSUMS_NATIVE_CRC64_H
|
||||
#define AARU_CHECKSUMS_NATIVE_CRC64_H
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint64_t crc;
|
||||
@@ -247,4 +250,6 @@ AARU_EXPORT CLMUL uint64_t AARU_CALL crc64_clmul(uint64_t crc, const uint8_t* da
|
||||
|
||||
#if defined(__aarch64__) || defined(_M_ARM64) || defined(__arm__) || defined(_M_ARM)
|
||||
AARU_EXPORT TARGET_WITH_SIMD uint64_t AARU_CALL crc64_vmull(uint64_t previous_crc, const uint8_t* data, long len);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif // AARU_CHECKSUMS_NATIVE_CRC64_H
|
||||
|
||||
Reference in New Issue
Block a user