mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 05:43:34 +00:00
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…
x
Reference in New Issue
Block a user