[dev.cc] runtime: convert basic library routines from C to Go
float.c held bit patterns for special float64 values, hiding from the real uses. Rewrite Go code not to refer to those values directly. Convert library routines in runtime.c and string.c. LGTM=r R=r, dave CC=austin, dvyukov, golang-codereviews, iant, khr https://golang.org/cl/170330043
Showing
src/runtime/float.c
deleted
100644 → 0
src/runtime/runtime1.go
0 → 100644
src/runtime/string.c
deleted
100644 → 0
src/runtime/string1.go
0 → 100644
Please register or sign in to comment