search for: x86_presume_sse4_1

Displaying 2 results from an estimated 2 matches for "x86_presume_sse4_1".

2019 Apr 14
1
Opus cmake build
...owing features have been disabled: * USE_ALLOCA, Use alloca for stack arrays (on non-C99 compilers) * CUSTOM_MODES, Enable non-Opus modes, e.g. 44.1 kHz & 2^n frames * BUILD_PROGRAMS, Build programs * FIXED_POINT, compile as fixed-point (for machines without a fast enough FPU) * X86_PRESUME_SSE4_1, assume target CPU has SSE4_1 support * X86_PRESUME_AVX, assume target CPU has AVX support -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_PROGRAMS By looking through CMakeLists.txt I figured out that I nee...
2019 Apr 11
2
Opus cmake build
On Wed, Apr 10, 2019 at 5:30 PM Marcus Asteborg <xnorpx at outlook.com> wrote: > Hi Mark, > > Thanks for the feedback. > > By default CMake is building the static library in debug, to get other > things one has to explicit turn it on. > > Hi, By default CMake uses the "empty" build, which is used in combination with the environment variables CFLAGS and