Black Lives Matter. Support the Equal Justice Initiative.

Text file src/cmd/dist/vfp_default.s

Documentation: cmd/dist

     1  // Copyright 2015 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  //go:build gc && !arm
     6  // +build gc,!arm
     7  
     8  #include "textflag.h"
     9  
    10  TEXT ·useVFPv1(SB),NOSPLIT,$0
    11  	RET
    12  
    13  TEXT ·useVFPv3(SB),NOSPLIT,$0
    14  	RET
    15  
    16  TEXT ·useARMv6K(SB),NOSPLIT,$0
    17  	RET
    18  

View as plain text