mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
Sound optimisation (#150)
* add sse2neon and optimise aEnvMixerImpl * optimise aResampleImpl * optimise aMixImpl * optimise aADPCMdecImpl
This commit is contained in:
@@ -189,6 +189,12 @@ if (MSVC)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
#=================== SSE2NEON ===================
|
||||
set(SSE2NEON_DIR ${CMAKE_BINARY_DIR}/_deps/sse2neon)
|
||||
file(DOWNLOAD "https://raw.githubusercontent.com/DLTcollab/sse2neon/refs/heads/master/sse2neon.h" "${SSE2NEON_DIR}/sse2neon.h")
|
||||
|
||||
include_directories(${SSE2NEON_DIR})
|
||||
|
||||
FetchContent_Declare(
|
||||
dr_libs
|
||||
GIT_REPOSITORY https://github.com/mackron/dr_libs.git
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user