Displaying 1 result from an estimated 1 matches for "ne10_enable_math".
2015 Mar 04
0
[RFC PATCHv3] Encode optimize using libNe10
...id he did not find any... And since I haven't
> heard from you for a week, I went ahead and pushed RFCv3.
Yes, I do get it built without compile/link warning/errors.
To save some time, please turn off other modules in Ne10
Open $NE10_DIR/CMakeLists.txt and find lines like these:
option(NE10_ENABLE_MATH "Build math functionalities to NE10" OFF)
option(NE10_ENABLE_PHYSICS "Build physics functionalities to NE10" OFF)
option(NE10_ENABLE_DSP "Build dsp functionalities to NE10" ON)
option(NE10_ENABLE_IMGPROC "Build image processing functionalities to NE10&...