Displaying 3 results from an estimated 3 matches for "armv7_root".
2015 Mar 06
0
[RFC PATCH v2] Encode optimize using libNe10
Hi Timothy,
Do you prefer configuration you mentioned before:
$ configure --host=arm-linux-gnueabihf --enable-intrinsics \
--with-NE10-libraries=<path>/armv7_root/binary/usr/local/lib \
--with-NE10-includes=<path>//armv7_root/binary/usr/local/include/Ne10
Instead of
$ configure --enable-intrinsics \
--with-NE10-libraries=$HOME/src/xiph/git/arm/Ne10/build/modules \
--with-NE10-includes=$HOME/src/xiph/git/arm/Ne10/inc
Currently, Ne10 does not...
2015 Feb 26
3
[RFC PATCH v2] Encode optimize using libNe10
Viswanath Puttagunta wrote:
> Can we please have review on RFCv2? We have quite a few optimizations
> (Eg: ifft/mdct_backwards, fixed point fft/ifft mdct_forward/backward
> etc) that are in my pipeline that depend on this patch series being
> accepted.
So, trying to make progress on this...
On an armv7l board running Ubuntu, you've broken the build with just
--enable-intrinsics
2015 Feb 26
0
[RFC PATCH v2] Encode optimize using libNe10
...linked against $LIBM:
Can you please provide the exact configure command you are using? I
did not see this artifact. (However, I will check this again tomorrow)
Below is the configure command I use
../opus/configure --host=arm-linux-gnueabihf --enable-intrinsics
--with-NE10-libraries=<path>/armv7_root/binary/usr/local/lib
--with-NE10-includes=<path>//armv7_root/binary/usr/local/include/Ne10
I built libNe10 to be dynamic library and place libNe10.so* in
<path>/usr/local/lib/
and include files (copied from NE10 source "inc/" directory into
<path>usr/local/include/Ne10...