You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the ARMv7 target results in the compiler option -mfpu=vfpv3, yet some ARMv7 support vfpv4, for example theAllwinner H3 used in various single board computer. Could an additional ARM target be added for this feature set?
The text was updated successfully, but these errors were encountered:
It seems that vfpv4 capability is already detected by the build system, making use of HAVE_VFPV4 in the optimized assembly would be another matter of course. (I suspect the arm64 A57, ThunderX and Vulcan targets already do)
Using the
ARMv7
target results in the compiler option-mfpu=vfpv3
, yet some ARMv7 supportvfpv4
, for example theAllwinner H3 used in various single board computer. Could an additional ARM target be added for this feature set?The text was updated successfully, but these errors were encountered: