• Russ Cox's avatar
    arm: prop up software floating point · 69188ad9
    Russ Cox authored
    Just enough to make mov instructions work,
    which in turn is enough to make strconv work
    when it avoids any floating point calculations.
    That makes a bunch of other packages pass
    their tests.
    
    Should suffice until hardware floating point
    is available.
    
    Enable package tests that now pass
    (some due to earlier fixes).
    
    Looks like there is a new integer math bug
    exposed in the fmt and json tests.
    
    R=ken2
    CC=golang-dev
    https://golang.org/cl/2638041
    69188ad9
Name
Last commit
Last update
..
Makefile Loading commit data...
cgen.c Loading commit data...
cgen64.c Loading commit data...
doc.go Loading commit data...
galign.c Loading commit data...
gg.h Loading commit data...
ggen.c Loading commit data...
gobj.c Loading commit data...
gsubr.c Loading commit data...
list.c Loading commit data...
opt.h Loading commit data...