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