-
- Downloads
math/big: enable pure Go (no assembly) build with build tag
To use a pure Go implementation of the low-level arithmetic functions (when no platform-specific assembly implementations are available), set the build tag math_big_pure_go. This will make it easy to vendor the math/big package where no assembly is available (for instance for use with gc which relies on 1.4 functionality for now). Change-Id: I91e17c0fdc568a20ec1512d7c64621241dc60c17 Reviewed-on: https://go-review.googlesource.com/7856 Reviewed-by:Brad Fitzpatrick <bradfitz@golang.org>
Showing
- src/math/big/arith_386.s 2 additions, 0 deletionssrc/math/big/arith_386.s
- src/math/big/arith_amd64.s 2 additions, 0 deletionssrc/math/big/arith_amd64.s
- src/math/big/arith_amd64p32.s 2 additions, 0 deletionssrc/math/big/arith_amd64p32.s
- src/math/big/arith_arm.s 2 additions, 0 deletionssrc/math/big/arith_arm.s
- src/math/big/arith_arm64.s 2 additions, 0 deletionssrc/math/big/arith_arm64.s
- src/math/big/arith_decl.go 2 additions, 0 deletionssrc/math/big/arith_decl.go
- src/math/big/arith_decl_pure.go 55 additions, 0 deletionssrc/math/big/arith_decl_pure.go
- src/math/big/arith_ppc64x.s 1 addition, 1 deletionsrc/math/big/arith_ppc64x.s
Loading
Please register or sign in to comment