fixed sse2 ifdef
This commit is contained in:
parent
2b3b70a261
commit
e70bc3d369
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue