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

Commit 9690230a authored by Colin Cross's avatar Colin Cross Committed by Android Git Automerger
Browse files

am 0a8a5636: Merge "Fix the build for NEON in libpixelflinger"

* commit '0a8a5636':
  Fix the build for NEON in libpixelflinger
parents f27f9e10 0a8a5636
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ PIXELFLINGER_SRC_FILES_arm := \
	col32cb16blend.S \
	t32cb16blend.S \

ifeq ($(ARCH_ARM_HAVE_NEON),armv7-a)
ifeq ($(ARCH_ARM_HAVE_NEON),true)
PIXELFLINGER_SRC_FILES_arm += col32cb16blend_neon.S
endif

+4 −0
Original line number Diff line number Diff line
@@ -26,6 +26,10 @@
#include <cutils/memory.h>
#include <cutils/log.h>

#ifdef __arm__
#include <machine/cpu-features.h>
#endif

#include "buffer.h"
#include "scanline.h"