Displaying 3 results from an estimated 3 matches for "ne10_fft".
2015 Feb 26
3
[RFC PATCH v2] Encode optimize using libNe10
...ns, because the test program
is not being linked against $LIBM:
configure:13471: gcc -std=gnu99 -o conftest
-I/home/tterribe/src/xiph/git/arm/Ne10/inc conftest.c
-L/home/tterribe/src/xiph/git/arm/Ne10/build/modules -lNE10 >&5
/home/tterribe/src/xiph/git/arm/Ne10/build/modules/libNE10.a(NE10_fft.c.o):
In function `ne10_fft_generate_twiddles_line_int32':
NE10_fft.c:(.text+0x6e): undefined reference to `sincos'
NE10_fft.c:(.text+0x82): undefined reference to `floor'
NE10_fft.c:(.text+0x96): undefined reference to `floor'
/home/tterribe/src/xiph/git/arm/Ne10/build/modules/lib...
2015 Feb 26
0
[RFC PATCH v2] Encode optimize using libNe10
...into
<path>usr/local/include/Ne10/
>
> configure:13471: gcc -std=gnu99 -o conftest
> -I/home/tterribe/src/xiph/git/arm/Ne10/inc conftest.c
> -L/home/tterribe/src/xiph/git/arm/Ne10/build/modules -lNE10 >&5
> /home/tterribe/src/xiph/git/arm/Ne10/build/modules/libNE10.a(NE10_fft.c.o):
> In function `ne10_fft_generate_twiddles_line_int32':
> NE10_fft.c:(.text+0x6e): undefined reference to `sincos'
> NE10_fft.c:(.text+0x82): undefined reference to `floor'
> NE10_fft.c:(.text+0x96): undefined reference to `floor'
> /home/tterribe/src/xiph/git/ar...
2015 Feb 04
4
[RFC PATCH v2] Encode optimize using libNe10
...9_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.9.2/../../../../arm-linux-gnueabihf/bin/ld: warning: libstdc++.so.6, needed by <path>/binary/usr/local/lib/libNE10.so, not found (try using -rpath or -rpath-link)
[1]: https://git.linaro.org/people/viswanath.puttagunta/Ne10.git branch: rfcv2_final_ne10_fft
[2]: https://git.linaro.org/people/viswanath.puttagunta/opus.git branch: rfcv2_final_opus_fft_ne10
Viswanath Puttagunta (1):
armv7(float): Optimize encode usecase using NE10 library
Makefile.am | 34 +--
celt/arm/arm_celt_map.c | 47 +++-
celt/arm/c...