mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-23 03:05:09 +00:00
Fixed ARM build, again.
This commit is contained in:
parent
bd8370951f
commit
09cdddc7f6
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
||||||
#include <arm_neon.h>
|
#include <arm_neon.h>
|
||||||
|
|
||||||
|
|
||||||
#include "crypto/CryptoNight_constants.h"
|
#include "crypto/cn/CryptoNight_constants.h"
|
||||||
|
|
||||||
|
|
||||||
inline void vandq_f32(float32x4_t &v, uint32_t v2)
|
inline void vandq_f32(float32x4_t &v, uint32_t v2)
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
|
|
||||||
#if defined(XMRIG_ARM)
|
#if defined(XMRIG_ARM)
|
||||||
# include "crypto/SSE2NEON.h"
|
# include "crypto/cn/SSE2NEON.h"
|
||||||
#elif defined(__GNUC__)
|
#elif defined(__GNUC__)
|
||||||
# include <x86intrin.h>
|
# include <x86intrin.h>
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue