Don't redefine HAVE_NEON

This commit is contained in:
twinaphex 2014-03-03 23:58:45 +01:00
parent 74735e2b4d
commit ffece5c513

View File

@ -26,8 +26,10 @@ extern "C" {
#endif
#ifdef __ARM_NEON__
#ifndef HAVE_NEON
#define HAVE_NEON
#endif
#endif
#include "boolean.h"
#include "libretro.h"