mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
Fixup for speck.c
This commit is contained in:
+5
-3
@@ -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 ----------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user