Don't redefine HAVE_NEON
This commit is contained in:
parent
74735e2b4d
commit
ffece5c513
|
@ -26,8 +26,10 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __ARM_NEON__
|
#ifdef __ARM_NEON__
|
||||||
|
#ifndef HAVE_NEON
|
||||||
#define HAVE_NEON
|
#define HAVE_NEON
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "boolean.h"
|
#include "boolean.h"
|
||||||
#include "libretro.h"
|
#include "libretro.h"
|
||||||
|
|
Loading…
Reference in New Issue