]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/gc: move fix and flt functions into respective files (cleanups)
authorRobert Griesemer <gri@golang.org>
Fri, 27 Mar 2015 01:07:19 +0000 (18:07 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 2 Apr 2015 23:10:38 +0000 (23:10 +0000)
commit5750b7118f388b131c56367e261470b4783185d0
tree52aff0edc9a68a460d6e35a304a686fa422bdc81
parent5bb89eb009a3c395990259cbca0e917ea025c6d5
cmd/internal/gc: move fix and flt functions into respective files (cleanups)

Also:
- introduce Mpprec (remove old constants)
- no semantic changes

Change-Id: Ie0e77e8e09bd68e09bcf8747a3d875270e736081
Reviewed-on: https://go-review.googlesource.com/8171
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/internal/gc/const.go
src/cmd/internal/gc/go.go
src/cmd/internal/gc/mparith1.go [deleted file]
src/cmd/internal/gc/mparith2.go
src/cmd/internal/gc/mparith3.go