• Russ Cox's avatar
    5c: implement uint32 -> float · 41b5fb47
    Russ Cox authored
    There are other missing conversion cases
    still but they do not show up in my tests.
    This one is needed for vlrt.c's _v2d (int64, uint64 -> float).
    
    Thankfully, VFP has a single instruction to do this.
    
    R=ken2
    CC=golang-dev
    https://golang.org/cl/2726041
    41b5fb47
Name
Last commit
Last update
..
Makefile Loading commit data...
cgen.c Loading commit data...
doc.go Loading commit data...
gc.h Loading commit data...
list.c Loading commit data...
mul.c Loading commit data...
peep.c Loading commit data...
reg.c Loading commit data...
sgen.c Loading commit data...
swt.c Loading commit data...
txt.c Loading commit data...