• Problem in building NE10 library
    Hi, I am a new TI Sitara user for an embedded project. I have installed Sitara Linux SDK, which has the Linaro Toolchain. I want to use NE10 simply for DSP algorithm. Thus, it needs to set variable GNULINUX_PLATFORM...
  • What is the cycle count for FFT and FIR function in NE10 library?
    Hi, I have just installed NE10 and its documentation on Ubuntu. I do not see the cycle count for its functions. I am especially interested in complex FFT (256 points for example) and FIR (256 complex...
  • Compile NE10 to use in iOS
    Hello. There. I was trying to find FFT solution with best performance in mobile environment (Android, iOS). And, I am recently very excited to find NE10. But there is some obstacle in compiling NE10 Library...
  • Linking with newlib for NE10 library
    I am using arm-none-ea bi-* ( 7 2018-q2-update ) to link with newlib-nano to use the NE10 library in a bare metal envirolment. It looks like i am unable to be successful in compiling the code with...
  • Which definition is right for "ne10_addc_float_c"?
    Hi, On a Get Start thread of this web site, it has a short NE10 example having such snippet:       ne10_addc_float_c( thedst1 , thesrc, thecst, ARRAY_LENGTH );         ne10_addc_float_neon( thedst2 ,...