This website requires JavaScript.
Explore
Help
Sign In
pa-fazil
/
android_system_core
mirror of
https://github.com/fazilsheik96/android_system_core.git
Watch
1
Star
0
Fork
You've already forked android_system_core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d72d92aee2
android_system_core
/
libpixelflinger
/
tests
/
arch-arm64
/
Android.mk
4 lines
66 B
Makefile
Raw
Normal View
History
Unescape
Escape
system/core: rename aarch64 target to arm64 Rename aarch64 build targets to arm64. The gcc toolchain is still aarch64. Change-Id: Ia92d8a50824e5329cf00fd6f4f92eae112b7f3a3
2014-01-22 04:12:28 +00:00
i
f
e
q
(
$(
TARGET_ARCH
)
,
a
r
m
6
4
)
Pixelflinger: Add AArch64 support to pixelflinger JIT. See the comment-block at the top of Aarch64Assembler.cpp for overview on how AArch64 support has been implemented In addition, this commit contains [x] AArch64 inline asm versions of gglmul series of functions and a new unit test bench to test the functions [x] Assembly implementations of scanline_col32cb16blend and scanline_t32cb16blend for AArch64, with unit test bench Change-Id: I915cded9e1d39d9a2a70bf8a0394b8a0064d1eb4 Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
2013-02-28 18:32:03 +00:00
i
n
c
l
u
d
e
$(
all
-
subdir
-
makefiles
)
e
n
d
i
f