Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Currently there is a pull request which replaces explicit Neon and SSE operations with OpenCV's vector wrapper which saves double work.

So to answer your question: As far as I can see there should be Neon support at least for some functions, but with the use of OpenCV's vector wrapper Neon support is added automaticly.

Neon seems to be supported (see here). Currently there is a are some pull requests like pull requestthis which replaces explicit Neon and SSE operations with OpenCV's vector wrapper which saves double work.

So to answer your question: As far as I can see there should be Neon support at least for some most arithmetic functions, but with the use of OpenCV's vector wrapper Neon support is will be added automaticly.

Edit: Some wrong linkings fixed.

Neon seems to be supported (see here). Currently there are some pull requests like this which replaces explicit Neon and SSE operations with OpenCV's vector wrapper which saves double work.

So to answer your question: As far as I can see there should be Neon support for most arithmetic functions, but because with the use of OpenCV's vector wrapper Neon support will be added automaticly.

Edit: Some wrong linkings fixed.