mirror of
https://github.com/monero-project/monero.git
synced 2025-10-11 01:48:31 -04:00
remove aes flag, detect no sse2
This commit is contained in:
parent
bb85fea35a
commit
2b3b70a261
2 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue