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