• Milan Knezevic's avatar
    cmd/compile: add softfloat support to mips64{,le} · 2959128d
    Milan Knezevic authored
    mips64 softfloat support is based on mips implementation and introduces
    new enviroment variable GOMIPS64.
    
    GOMIPS64 is a GOARCH=mips64{,le} specific option, for a choice between
    hard-float and soft-float. Valid values are 'hardfloat' (default) and
    'softfloat'. It is passed to the assembler as
    'GOMIPS64_{hardfloat,softfloat}'.
    
    Change-Id: I7f73078627f7cb37c588a38fb5c997fe09c56134
    Reviewed-on: https://go-review.googlesource.com/108475Reviewed-by: 's avatarCherry Zhang <cherryyz@google.com>
    Run-TryBot: Cherry Zhang <cherryyz@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    2959128d
Name
Last commit
Last update
..
README Loading commit data...
build.go Loading commit data...
buildgo.go Loading commit data...
buildruntime.go Loading commit data...
buildtool.go Loading commit data...
cpuid_386.s Loading commit data...
cpuid_amd64.s Loading commit data...
cpuid_default.s Loading commit data...
doc.go Loading commit data...
imports.go Loading commit data...
main.go Loading commit data...
sys_default.go Loading commit data...
sys_windows.go Loading commit data...
test.go Loading commit data...
test_linux.go Loading commit data...
util.go Loading commit data...
util_gc.go Loading commit data...
util_gccgo.go Loading commit data...
vfp_arm.s Loading commit data...
vfp_default.s Loading commit data...