Rework Nvdec and VIC to fix out-of-order videos, and speed up decoding.

This commit is contained in:
Kelebek1
2023-11-23 13:19:23 +00:00
committed by Liam
parent f9bfdb1555
commit 950447d2ae
43 changed files with 12380 additions and 1238 deletions

View File

@@ -314,3 +314,10 @@ endif()
if (NOT TARGET SimpleIni::SimpleIni)
add_subdirectory(simpleini)
endif()
# sse2neon
if (ARCHITECTURE_arm64 AND NOT TARGET sse2neon)
add_library(sse2neon INTERFACE)
target_include_directories(sse2neon INTERFACE sse2neon)
endif()

9282
externals/sse2neon/sse2neon.h vendored Normal file

File diff suppressed because it is too large Load Diff