search for: ne10_result_t

Displaying 3 results from an estimated 3 matches for "ne10_result_t".

2015 Feb 05
0
[RFC PATCH v2] Encode optimize using libNe10
...From your previous response, I guess there is something wrong. > You can find my working Ne10 repo at [1] [Phil Wang] Great help. > Compile warnings related to Ne10: > i. ..NE10_init.h:40:5: warning: function declaration isn't a prototype [-Wstrict- > prototypes] > extern ne10_result_t ne10_HasNEON(); > ii. NE10_init.h:45:5: warning: function declaration isn?t a prototype [-Wstrict- > prototypes] > extern ne10_result_t ne10_init(); > > Linker warnings related to Ne10: > ../gcc-linaro/14.09/gcc-linaro-arm-linux-gnueabihf-4.9- > 2014.09_linux/bin/../lib/gc...
2015 Feb 16
0
[RFC PATCH v2] Encode optimize using libNe10
...nable-intrinsics --with-NE10-libraries=<path_to_Ne10_libraries> --with-NE10-includes=<path_to_Ne10_includes> > $ make -j6 > > Compile warnings related to Ne10: > i. ..NE10_init.h:40:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] > extern ne10_result_t ne10_HasNEON(); > ii. NE10_init.h:45:5: warning: function declaration isn?t a prototype [-Wstrict-prototypes] > extern ne10_result_t ne10_init(); > > Linker warnings related to Ne10: > ../gcc-linaro/14.09/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin/../lib/gcc/arm-linux-...
2015 Feb 04
4
[RFC PATCH v2] Encode optimize using libNe10
...=arm-linux-gnueabihf --enable-intrinsics --with-NE10-libraries=<path_to_Ne10_libraries> --with-NE10-includes=<path_to_Ne10_includes> $ make -j6 Compile warnings related to Ne10: i. ..NE10_init.h:40:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] extern ne10_result_t ne10_HasNEON(); ii. NE10_init.h:45:5: warning: function declaration isn?t a prototype [-Wstrict-prototypes] extern ne10_result_t ne10_init(); Linker warnings related to Ne10: ../gcc-linaro/14.09/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.9.2/../../....