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

Commit caaaa278 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 6855af41: Merge "libpixelflinger should #define __ARM_HAVE_NEON."

* commit '6855af41':
  libpixelflinger should #define __ARM_HAVE_NEON.
parents fa969cd1 6855af41
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -36,6 +36,7 @@ PIXELFLINGER_SRC_FILES_arm := \


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


PIXELFLINGER_SRC_FILES_arm64 := \
PIXELFLINGER_SRC_FILES_arm64 := \