Fix NEON support on Android armeabi-v7a
Task-number: QTBUG-81461 Change-Id: Ic3e8367aee990291fc676204b9299530953fc87a Reviewed-by: BogDan Vatra <bogdan@kdab.com>bb10
parent
128db60f4c
commit
caef33ae2d
|
|
@ -97,7 +97,7 @@ qtConfig(png) {
|
|||
MIPS_DSPR2_ASM += image/qimage_mips_dspr2_asm.S
|
||||
} else {
|
||||
# see https://developer.android.com/ndk/guides/abis
|
||||
arm64-v8a {
|
||||
arm64-v8a | armeabi-v7a {
|
||||
SOURCES += image/qimage_neon.cpp
|
||||
}
|
||||
x86 | x86_64 {
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@ gcc:equals(QT_GCC_MAJOR_VERSION, 5) {
|
|||
DEFINES += QT_COMPILER_SUPPORTS_SSE4_1 QT_COMPILER_SUPPORTS_SSE4_2
|
||||
SOURCES += painting/qdrawhelper_sse4.cpp painting/qimagescale_sse4.cpp
|
||||
}
|
||||
arm64-v8a {
|
||||
arm64-v8a | armeabi-v7a {
|
||||
SOURCES += painting/qdrawhelper_neon.cpp painting/qimagescale_neon.cpp
|
||||
HEADERS += painting/qdrawhelper_neon_p.h
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue