Closed jniemann66 closed 4 years ago
~build the guts of ReSampler as a library (static or shared) , whilst still being able to build the executable version as well~
~build on all platforms (or as many as possible)~
~build various configurations~
~GCC/Clang: need these configs: AVX~
GCC/Clang: need these configs: AVX+FMA. Quadmath, NoSSE
MSVC: need these configs: 32/NoSSE, AVX+FMA
make library easily discoverable by other CMake Projects
download dependencies (libsndfile and co ) as necessary
consolidate ANDROID with the others
CMake To-do list
~build the guts of ReSampler as a library (static or shared) , whilst still being able to build the executable version as well~
~build on all platforms (or as many as possible)~
~build various configurations~
~GCC/Clang: need these configs: AVX~
GCC/Clang: need these configs: AVX+FMA. Quadmath, NoSSE
MSVC: need these configs: 32/NoSSE, AVX+FMA
make library easily discoverable by other CMake Projects
download dependencies (libsndfile and co ) as necessary
consolidate ANDROID with the others