mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(ARM NEON) Define -marm for --enable-neon
This commit is contained in:
parent
f2314e918b
commit
397926bcf8
@ -34,8 +34,8 @@ if [ "$HAVE_VIDEOCORE" = 'yes' ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$HAVE_NEON" = "yes" ]; then
|
if [ "$HAVE_NEON" = "yes" ]; then
|
||||||
CFLAGS="$CFLAGS -mfpu=neon"
|
CFLAGS="$CFLAGS -mfpu=neon -marm"
|
||||||
CXXFLAGS="$CXXFLAGS -mfpu=neon"
|
CXXFLAGS="$CXXFLAGS -mfpu=neon -marm"
|
||||||
ASFLAGS="$ASFLAGS -mfpu=neon"
|
ASFLAGS="$ASFLAGS -mfpu=neon"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user