projects
/
platform
/
core
/
uifw
/
lottie-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eab678b
)
build pixman arm neon only for arm cpu family(not for aarch64)
08/210408/1
author
Shinwoo Kim
<cinoo.kim@samsung.com>
Fri, 19 Jul 2019 01:02:32 +0000
(10:02 +0900)
committer
subhransu mohanty
<sub.mohanty@samsung.com>
Fri, 19 Jul 2019 01:12:58 +0000
(10:12 +0900)
Change-Id: I1ba42956784967173da17f9107ec4691bff65173
src/vector/pixman/meson.build
patch
|
blob
|
history
diff --git
a/src/vector/pixman/meson.build
b/src/vector/pixman/meson.build
index 39ffefd650d5e0b4a8b01d55d561a39e0cb3eadf..afa7b561ccfbd31db0fd6220333d742911bcc613 100644
(file)
--- a/
src/vector/pixman/meson.build
+++ b/
src/vector/pixman/meson.build
@@
-1,7
+1,7
@@
source_file = ['vregion.cpp']
-if host_machine.cpu_family() == 'arm'
or host_machine.cpu_family() == 'aarch64'
+if host_machine.cpu_family() == 'arm'
source_file += 'pixman-arm-neon-asm.S'
endif