mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-19 07:01:02 +00:00
Update moonlight-common-c with vectorized FEC for non-ARMv8/x64 platforms
Also remove the workaround for Steam Link since vectorization is enabled by compiler flags now.
This commit is contained in:
Submodule moonlight-common-c/moonlight-common-c updated: 5551d29ba2...b187204769
@@ -95,8 +95,3 @@ CONFIG(debug, debug|release) {
|
|||||||
*-g++|*-clang* {
|
*-g++|*-clang* {
|
||||||
QMAKE_CFLAGS_WARN_ON += -Wno-unused-parameter
|
QMAKE_CFLAGS_WARN_ON += -Wno-unused-parameter
|
||||||
}
|
}
|
||||||
|
|
||||||
# Enable NEON optimizations on Steam Link
|
|
||||||
config_SL {
|
|
||||||
DEFINES += OBLAS_NEON
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user