mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
more android fixes
This commit is contained in:
parent
2a503b4626
commit
b64bea5c1f
2 changed files with 1 additions and 23 deletions
|
@ -7,7 +7,7 @@ v8_target_cpu = "arm"
|
||||||
arm_version = 7
|
arm_version = 7
|
||||||
arm_arch = "armv7-a"
|
arm_arch = "armv7-a"
|
||||||
arm_tune = "generic-armv7-a"
|
arm_tune = "generic-armv7-a"
|
||||||
arm_float_abi = "hard"
|
arm_float_abi = "softfp"
|
||||||
arm_use_thumb = true
|
arm_use_thumb = true
|
||||||
arm_use_neon = false
|
arm_use_neon = false
|
||||||
arm_optionally_use_neon = false
|
arm_optionally_use_neon = false
|
||||||
|
|
|
@ -2053,32 +2053,10 @@ if (is_win) {
|
||||||
common_optimize_on_ldflags = []
|
common_optimize_on_ldflags = []
|
||||||
|
|
||||||
common_optimize_on_cflags += [
|
common_optimize_on_cflags += [
|
||||||
"-mllvm", "-extra-vectorizer-passes",
|
|
||||||
"-mllvm", "-enable-cond-stores-vec",
|
|
||||||
"-mllvm", "-slp-vectorize-hor-store",
|
|
||||||
"-mllvm", "-enable-loopinterchange",
|
|
||||||
"-mllvm", "-enable-loop-distribute",
|
|
||||||
"-mllvm", "-enable-unroll-and-jam",
|
|
||||||
"-mllvm", "-enable-loop-flatten",
|
|
||||||
"-mllvm", "-interleave-small-loop-scalar-reduction",
|
|
||||||
"-mllvm", "-unroll-runtime-multi-exit",
|
|
||||||
"-mllvm", "-aggressive-ext-opt",
|
|
||||||
"-mllvm", "-enable-interleaved-mem-accesses",
|
|
||||||
"-O3",
|
"-O3",
|
||||||
]
|
]
|
||||||
|
|
||||||
common_optimize_on_ldflags += [
|
common_optimize_on_ldflags += [
|
||||||
"-Wl,-mllvm,-extra-vectorizer-passes",
|
|
||||||
"-Wl,-mllvm,-enable-cond-stores-vec",
|
|
||||||
"-Wl,-mllvm,-slp-vectorize-hor-store",
|
|
||||||
"-Wl,-mllvm,-enable-loopinterchange",
|
|
||||||
"-Wl,-mllvm,-enable-loop-distribute",
|
|
||||||
"-Wl,-mllvm,-enable-unroll-and-jam",
|
|
||||||
"-Wl,-mllvm,-enable-loop-flatten",
|
|
||||||
"-Wl,-mllvm,-interleave-small-loop-scalar-reduction",
|
|
||||||
"-Wl,-mllvm,-unroll-runtime-multi-exit",
|
|
||||||
"-Wl,-mllvm,-aggressive-ext-opt",
|
|
||||||
"-Wl,-mllvm,-enable-interleaved-mem-accesses",
|
|
||||||
"-Wl,-O3",
|
"-Wl,-O3",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue