• 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
txt.c 21 KB