mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
fix compilation
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
#define __AES_NI_H__
|
||||
|
||||
#include "aes-ni.h"
|
||||
#include <stdint.h> //for int8_t
|
||||
#include <string.h> //for memcmp
|
||||
#include <wmmintrin.h> //for intrinsics for AES-NI
|
||||
// #include <stdint.h> //for int8_t
|
||||
// #include <string.h> //for memcmp
|
||||
// #include <wmmintrin.h> //for intrinsics for AES-NI
|
||||
//compile using gcc and following arguments: -g;-O0;-Wall;-msse2;-msse;-march=native;-maes
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user