Disabling NEON & VFPv3 in cmake
Hello all, I have 2 questions:
1.) Is NEON and VFPv3 enabled by default if we don't specify any flags related to them in cmake while building OpenCV4.1?
2.) If my Processor (Cortex A57) supports VFPv4, how can i enable it in cmake? This is dependent on the answer to the first question. (disable v3 then enable v4)
Also can vfpv3/v4 increase performance for typical camera undistortion applications ( to boost frame rate )?
Please reply if you know anything that can be of help. Thanks
Here is link VFPv4
In prompt type
cat /proc/cpuinfo
. If vfpv4 is still there.Hello Supra, Thanks for reply. Tried this but I'm getting this error:
Confused about VFP and cmake...
This is what I have. model name.
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
Here is link for Cortex A57
I give you one last try. Then I will give up. github cmakelist