The current code seems to be linux only: https://github.com/opencv/opencv/blob/master/modules/core/src/system.cpp#L542 and the following code doesn't check if __ARM_NEON is defined: https://github.com/opencv/opencv/blob/master/modules/core/src/system.cpp#L593
The current code seems to be linux only:
https://github.com/opencv/opencv/blob/master/modules/core/src/system.cpp#L542
and the following code doesn't check if __ARM_NEON is defined:
https://github.com/opencv/opencv/blob/master/modules/core/src/system.cpp#L593