projectNe10/Ne10

Can NEON intrinsics be used to codding for NE10 coprocessor ?

Opened this issue · 0 comments

Can code be written to the NE10 coprocessor with NEON intrinsics without including library(<NE10.h>) ? If I only use the <arm_neon.h>, can I run the code or functions on the coprocessor correctly ?

I would also like to ask the following question if anyone knows. Even if the FFT inputs are real or complex, FFT results are complex and I'm going to use this complex numbers in an another function as an input. But I guess it doesn't take any complex input except FFT function. How can I fix this complex numbers problem?