• Dave Cheney's avatar
    runtime: arm: abort if VFPv3 support missing · 55ca5ab0
    Dave Cheney authored
    Fixes #3456.
    
    This proposal is a reformulation of CL 5987063. This CL resets
    the default GOARM value to 6 and allows the use of the VFPv3
    optimisation if GOARM=7. Binaries built with this CL in place
    will abort if GOARM=7 was used and the target host does not
    support VFPv3.
    
    R=minux.ma, rsc, ajstarks
    CC=golang-dev
    https://golang.org/cl/6501099
    55ca5ab0
Name
Last commit
Last update
..
5.out.h Loading commit data...
Makefile Loading commit data...
asm.c Loading commit data...
doc.go Loading commit data...
l.h Loading commit data...
list.c Loading commit data...
mkenam Loading commit data...
noop.c Loading commit data...
obj.c Loading commit data...
optab.c Loading commit data...
pass.c Loading commit data...
prof.c Loading commit data...
softfloat.c Loading commit data...
span.c Loading commit data...