Browse Source

Fixup for speck.c

pull/1119/head
Hamish Coleman 1 year ago
parent
commit
91357d3cbf
  1. 8
      src/speck.c

8
src/speck.c

@ -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 ----------------------------------------------------------------------

Loading…
Cancel
Save