Port changes from Early Access

This commit is contained in:
darktux 2024-04-05 01:58:29 +02:00 committed by Briar
parent a549bacaa9
commit ca0549bc0f
60 changed files with 12639 additions and 1166 deletions

View file

@ -320,3 +320,9 @@ if (ANDROID)
add_subdirectory(oboe)
add_library(oboe::oboe ALIAS oboe)
endif()
# sse2neon
if (ARCHITECTURE_arm64 AND NOT TARGET sse2neon)
add_library(sse2neon INTERFACE)
target_include_directories(sse2neon INTERFACE sse2neon)
endif()

9285
externals/sse2neon/sse2neon.h vendored Executable file

File diff suppressed because it is too large Load diff