fixed sse2 ifdef

pull/95/head
Riccardo Spagni 9 years ago
parent 2b3b70a261
commit e70bc3d369
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

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

Loading…
Cancel
Save