Fixup for speck.c

This commit is contained in:
Hamish Coleman 2023-06-14 20:42:02 +01:00
parent 4e0bec79b7
commit 91357d3cbf

View File

@ -23,10 +23,12 @@
#include "speck.h"
#include <endian.h> // for htole64, le64toh
#include <mm_malloc.h> // for _mm_free, _mm_malloc
#include <stdlib.h> // for size_t
#include "portable_endian.h" // for htole64, le64toh
#include <stdlib.h> // for size_t, malloc, free
#if defined (SPECK_ALIGNED_CTX)
#include <mm_malloc.h> // for _mm_free, _mm_malloc
#endif
#if defined (__AVX512F__) // AVX512 support ----------------------------------------------------------------------