mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 07:22:34 +01:00
fixed sse2 ifdef
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user