Displaying 3 results from an estimated 3 matches for "denable_fixed_point".
Did you mean:
enable_fixed_point
2004 Aug 06
2
Speex 1.1.1 is out
Hi,
just to let you know that unstable version 1.1.1 is out. It includes the
latest fixed-point changes which can be enabled with
--enable-fixed-point (as configure option) or -DENABLE_FIXED_POINT (for
win32). The port is not complete, but most of the floating-point
operations have been converted. Please give it a try and report any
difference with previous versions (both for float and fixed-point).
Again, note that this is an unstable (read experimental) release and
*not* production-quality...
2004 Aug 06
0
Speex 1.1.1 is out
...or any one who has done it before.
Rodrigo.
Pd: i'm sorry. my native language is spanish.
> Hi,
>
> just to let you know that unstable version 1.1.1 is out. It includes the
> latest fixed-point changes which can be enabled with
> --enable-fixed-point (as configure option) or -DENABLE_FIXED_POINT (for
> win32). The port is not complete, but most of the floating-point
> operations have been converted. Please give it a try and report any
> difference with previous versions (both for float and fixed-point).
> Again, note that this is an unstable (read experimental) release and
>...
2017 May 29
0
[PATCH] Add CMake build script
...v:
- - CONFIG=""
- - CONFIG="--enable-fixed-point"
- - CONFIG="--enable-fixed-point --disable-float-api"
- - CONFIG="--enable-vorbis-psy"
- - CONFIG="--disable-binaries"
+ matrix:
+ - CMAKE=1 CONFIG=""
+ - CMAKE=1 CONFIG="-DENABLE_FIXED_POINT:BOOL=TRUE -DENABLE_FLOATING_POINT:BOOL=FALSE"
+ - CMAKE=1 CONFIG="-DENABLE_FIXED_POINT:BOOL=TRUE -DENABLE_FLOATING_POINT:BOOL=FALSE -DDISABLE_FLOAT_API:BOOL=TRUE"
+ - CMAKE=1 CONFIG="-DENABLE_VORBIS_PSY:BOOL=TRUE"
+ - CMAKE=1 CONFIG="-DDISABLE_BINARIES:BOOL=TR...