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