1
0
mirror of https://github.com/golang/go synced 2024-10-04 09:21:21 -06:00
go/src/cmd/5c
Russ Cox 41b5fb4761 5c: implement uint32 -> float
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
2010-10-25 16:18:16 -07:00
..
cgen.c changed 5c 64 bit word ordering to little endian so it matches 2009-10-12 13:35:28 -07:00
doc.go tweak documentation of commands 2009-11-09 11:45:15 -08:00
gc.h changed 5c 64 bit word ordering to little endian so it matches 2009-10-12 13:35:28 -07:00
list.c various: avoid %ld etc 2010-10-13 16:20:22 -04:00
Makefile build: $GOBIN defaults to $GOROOT/bin 2010-08-24 20:00:33 -04:00
mul.c various: avoid %ld etc 2010-10-13 16:20:22 -04:00
peep.c 5l, 6l, 8l: first pass cleanup 2010-10-13 15:51:21 -04:00
reg.c various: avoid %ld etc 2010-10-13 16:20:22 -04:00
sgen.c cc: disallow ... argument unless NOSPLIT is set. 2010-03-04 15:34:25 -08:00
swt.c various: avoid %ld etc 2010-10-13 16:20:22 -04:00
txt.c 5c: implement uint32 -> float 2010-10-25 16:18:16 -07:00