针对闪退兼容性支持解决方案: #145
aiminickwong
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
内核
现有编译参数:
KCFLAGS:
-march=armv8.5-a+crc+crypto+lse+rcpc+rng+sm4+sha3+dotprod+fp16 -mtune=neoverse-n1 -O2 -falign-functions=64 -fno-strict-aliasing -mllvm -vectorize-loops -mllvm -force-vector-width=2针对闪退,需降级为:
KCFLAGS:
-march=armv8.2-a+crc+crypto+dotprod+fp16 -mtune=cortex-a75 -O2 -falign-functions=64 -fno-strict-aliasing -mllvm -vectorize-loops -mllvm -force-vector-width=2QEMU
现有编译参数:
ARCH_FLAGS:
-march=armv8.5-a+crc+crypto+lse+sve+fp16+rcpc+dotprod+sm4+sha3+bf16+i8mm针对闪退,需降级为:
ARCH_FLAGS:
-march=armv8.2-a+crc+crypto+dotprod+fp16Beta Was this translation helpful? Give feedback.
All reactions