libpixelflinger should #define __ARM_HAVE_NEON.
Bug: 18556103 Change-Id: Ife07cf63948f1c248bcde5685cdb6d89c373d988
This commit is contained in:
parent
023bc0a426
commit
053ca3fc42
|
@ -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 := \
|
||||
|
|
Loading…
Reference in New Issue