package/opencv3: disable VFPv3 options
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 20 Aug 2019 18:40:39 +0000 (20:40 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 5 Feb 2020 16:38:56 +0000 (17:38 +0100)
commit4d0f3dd8709f9f31a81eaa8a62cb35ef6ddddeaf
treee40562f3cd726f2e24fdf780b64fa8e98f217845
parent10fae9624b3c58e00e5406e8b489c4674d680380
package/opencv3: disable VFPv3 options

Commit a17402e42d8c996af239cfdb536e74188d6c6245 has conditionally
enabled NEON and VFPv3 optimizations. However, the VFPv3 logic is
causing issues on some targets such as Cortex-A5 with VFPv4-D16 but
not VFPv4.

Since the ENABLE_VFPV3=ON option only adds CFLAGS, we can always set
it to OFF, and let Buildroot pass appropriate CFLAGS.

However, the ENABLE_NEON option also adds the build of NEON-specific
code, so we keep this logic.

Fixes:
 - https://bugs.buildroot.org/show_bug.cgi?id=11996

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/opencv3/opencv3.mk