remove aes flag, detect no sse2

This commit is contained in:
Riccardo Spagni 2015-01-27 09:05:47 +02:00
parent bb85fea35a
commit 2b3b70a261
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
2 changed files with 4 additions and 2 deletions

View file

@ -37,7 +37,9 @@
#include "hash-ops.h"
#include "oaes_lib.h"
#ifndef __SSE2__
#include <emmintrin.h>
#else
#if defined(_MSC_VER)
#include <intrin.h>