Comment 3 for bug 735877

Revision history for this message
Dr. David Alan Gilbert (davidgil-uk) wrote :

Well the smoking gun in the source seems to be:

build/common.gypi:
    # Set ARM fpu compilation flags (only meaningful if armv7==1 and
    # arm_neon==0).
    'arm_fpu%': 'vfpv3',

and the build logs to show arm_neon=0 and armv7=1 - it's not clear to me how the .gypi files work, but that needs to be vfpv3-d16

Dave