10 lines
215 B
C
10 lines
215 B
C
|
#ifndef PQCLEAN_MCELIECE348864F_AVX_INT32_SORT_H
|
||
|
#define PQCLEAN_MCELIECE348864F_AVX_INT32_SORT_H
|
||
|
|
||
|
#include <stddef.h>
|
||
|
#include <stdint.h>
|
||
|
|
||
|
void PQCLEAN_MCELIECE348864F_AVX_int32_sort(int32_t *x, size_t n);
|
||
|
|
||
|
#endif
|