Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 053ca3fc authored by Elliott Hughes's avatar Elliott Hughes
Browse files

libpixelflinger should #define __ARM_HAVE_NEON.

Bug: 18556103
Change-Id: Ife07cf63948f1c248bcde5685cdb6d89c373d988
parent 023bc0a4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ PIXELFLINGER_SRC_FILES_arm := \

ifeq ($(ARCH_ARM_HAVE_NEON),true)
PIXELFLINGER_SRC_FILES_arm += col32cb16blend_neon.S
PIXELFLINGER_CFLAGS_arm += -D__ARM_HAVE_NEON
endif

PIXELFLINGER_SRC_FILES_arm64 := \