fix compilation

This commit is contained in:
iceman1001 2022-02-16 22:56:38 +01:00
commit 6d5bb3eace

View file

@ -2,9 +2,9 @@
#define __AES_NI_H__ #define __AES_NI_H__
#include "aes-ni.h" #include "aes-ni.h"
#include <stdint.h> //for int8_t // #include <stdint.h> //for int8_t
#include <string.h> //for memcmp // #include <string.h> //for memcmp
#include <wmmintrin.h> //for intrinsics for AES-NI // #include <wmmintrin.h> //for intrinsics for AES-NI
//compile using gcc and following arguments: -g;-O0;-Wall;-msse2;-msse;-march=native;-maes //compile using gcc and following arguments: -g;-O0;-Wall;-msse2;-msse;-march=native;-maes
/* /*