- 0b25e97 [release-branch.go1.9] math/big: protect against aliasing in nat.divLarge by Alberto Donizetti · 7 years ago
- 3805255 all: remove some manual hyphenation by Josh Bleecher Snyder · 7 years ago
- 3e3da54 math/bits: fix example for OnesCount64 by Francesc Campoy Flores · 7 years ago
- 9b1e7cf math/bits: add examples for OnesCount functions by Francesc Campoy · 7 years ago
- 5f7b3fa math/bits: add examples for leading zero methods by Dylan Waits · 7 years ago
- a83d017 math/rand: add concurrency warning to overview comment by Aditya Mukerjee · 7 years ago
- 41af3fa math: add a Sqrt example by Martynas Budriūnas · 7 years ago
- dc6ae87 math: clarify comment about bit-identical results across architectures by Ian Lance Taylor · 8 years ago
- a838191 math: add doc note about floating point operation by gulyasm · 8 years ago
- 1948b7f math/big: fix Add, Sub when receiver aliases 2nd operand by Alberto Donizetti · 8 years ago
- 69972ae internal/cpu: new package to detect cpu features by Martin Möhrmann · 8 years ago
- 8304d10 cmd/compile: ppc64x intrinsics for math/bits by Lynn Boger · 8 years ago
- 88672de math: use SIMD to accelerate additional scalar math functions on s390x by Bill O'Farrell · 8 years ago
- 9459c03 math/big: improve performance for addVV/subVV for ppc64x by Carlos Eduardo Seo · 8 years ago
- bc6459a math: remove asm version of sincos everywhere, except 386 by Ilya Tocar · 8 years ago
- eed6938 cmd/asm, cmd/internal/obj/s390x, math: add LGDR and LDGR instructions by Michael Munday · 8 years ago
- 9d01def math/bits: support negative rotation count and remove RotateRight by Robert Griesemer · 8 years ago
- 094498c all: fix minor misspellings by Eric Lagergren · 8 years ago
- 4a11404 math/big: Unify divWW implementation for ppc64 and ppc64le. by Carlos Eduardo Seo · 8 years ago
- 4f579cc math: speed up Log on amd64 by Ilya Tocar · 8 years ago
- 70ea0ec math/big: replace local versions of bitLen, nlz with math/bits versions by Robert Griesemer · 8 years ago
- 9ecfd17 math/big: fix TestFloatSetFloat64String by Robert Griesemer · 8 years ago
- 2de773d math/big: make nat.setUint64 vet-friendly by Josh Bleecher Snyder · 8 years ago
- 789c525 all: remove the the duplicate words by Eitan Adler · 8 years ago
- 32b41c8 math/bits: move left-over functionality from bits_impl.go to bits.go by Robert Griesemer · 8 years ago
- 83bc4a2 math/bits: faster LeadingZeros and Len functions by Robert Griesemer · 8 years ago
- 9515cb5 math/bits: faster TrailingZeroes8 by Robert Griesemer · 8 years ago
- d7a659b math/bits: faster OnesCount using table lookups for sizes 8,16,32 by Robert Griesemer · 8 years ago
- e18adbf math/bits: faster Reverse8/16 functions using table lookups by Robert Griesemer · 8 years ago
- ac91a51 math/bits: fix incorrect doc strings for TrailingZeros functions by Robert Griesemer · 8 years ago
- 322fff8 math/big: use math/bits where appropriate by Robert Griesemer · 8 years ago
- 8c66438 math: speed up and improve accuracy of Pow10 by Martin Möhrmann · 8 years ago
- ffb3b36 math: add more tests for special cases of Bessel functions Y0, Y1, Yn by Alexander Döring · 8 years ago
- 1740580 math/big: define Word as uint instead of uintptr by Robert Griesemer · 8 years ago
- 177dfba math/bits: faster OnesCount by Robert Griesemer · 8 years ago
- 6cfc3b2 math: protect benchmarked functions from being optimized away by Martin Möhrmann · 8 years ago
- a4a3d63 math/bits: added benchmarks for Leading/TrailingZeros by Robert Griesemer · 8 years ago
- 19028bd math/bits: faster Rotate functions, added respective benchmarks by Robert Griesemer · 8 years ago
- a12edb8 math/bits: faster OnesCount, added respective benchmarks by Robert Griesemer · 8 years ago
- 4498b68 math/bits: faster Reverse, ReverseBytes by Robert Griesemer · 8 years ago
- 3a239a6 math/bits: fix benchmarks (make sure calls don't get optimized away) by Robert Griesemer · 8 years ago
- ddb15ce math/bits: much faster ReverseBytes, added respective benchmarks by Robert Griesemer · 8 years ago
- 7d5c003 math/bits: much faster Reverse, added respective benchmarks by Robert Griesemer · 8 years ago
- 81acd308 math/bits: expand doc strings for all functions by Robert Griesemer · 8 years ago
- 211102c math: fix typos in Bessel function docs by Shenghou Ma · 8 years ago
- 661e217 math/bits: added package for bit-level counting and manipulation by Robert Griesemer · 8 years ago
- 6910756 math/big: simplify bool expression by Daniel Martí · 8 years ago
- d2fea04 math/big: fix s390x test build tags by Michael Munday · 8 years ago
- 785cb7e all: fix some printf format strings by Josh Bleecher Snyder · 8 years ago
- a524616 cmd/{asm,internal/obj/s390x}, math: remove emulated float instructions by Michael Munday · 8 years ago
- f44e587 math: check overflow in amd64 Exp implementation by Alberto Donizetti · 8 years ago
- 1f93ba6 math/big: add IsInt64/IsUint64 predicates by Robert Griesemer · 8 years ago
- 850e55b crypto/*: document use or non-use of constant-time algorithms by Russ Cox · 8 years ago
- 3f69822 math/rand: export Source64, mainly for documentation value by Russ Cox · 8 years ago
- 37d078e math/big: add Baillie-PSW test to (*Int).ProbablyPrime by Russ Cox · 8 years ago
- d8b14c5 math/rand: make floating point tests shorter on mips and mipsle by Brad Fitzpatrick · 8 years ago
- d8264de all: spell "marshal" and "unmarshal" consistently by Dmitri Shuralyov · 8 years ago
- b6a1568 math: use SIMD to accelerate some scalar math functions on s390x by Bill O'Farrell · 8 years ago
- d1e9104 math, math/big: add support for GOARCH=mips{,le} by Vladimir Stefanovic · 8 years ago
- 0dabbcd math/big: flip long/short flag on TestFloat32Distribution by Cherry Zhang · 8 years ago
- 1e6b12a math/big: uses SIMD for some math big functions on s390x by Bill O'Farrell · 8 years ago
- 5a95492 math/cmplx: prevent infinite loop in tanSeries by Mohit Agarwal · 8 years ago
- 4c9c023 math,math/cmplx: fix linter issues by Alexander Döring · 8 years ago
- a6141eb math/big: fix alignment in Float.Parse docs by Mohit Agarwal · 8 years ago
- accf5cc all: minor vet fixes by Josh Bleecher Snyder · 8 years ago
- f36e1ad math/big: implement Float.Scan, type assert fmt interfaces to enforce docs by Emmanuel Odeke · 8 years ago
- 7eed848 math: speed up Gamma(+Inf) by Mohit Agarwal · 8 years ago
- f6cdfc7 math/big: add benchmarks for big.Float String by Alberto Donizetti · 8 years ago
- 9ee21f9 math/big: add (*Int).Sqrt by Russ Cox · 8 years ago
- 92221fe math/big: slightly faster float->decimal conversion by Robert Griesemer · 8 years ago
- f444b48 encoding/json: fix decoding of null into Unmarshaler, TextUnmarshaler by Russ Cox · 8 years ago
- 88562dc math/big: move ProbablyPrime into its own source file by Russ Cox · 8 years ago
- 9927f25 math/big: test and optimize Exp(2, y, n) for large y, odd n by Russ Cox · 8 years ago
- 9a8832f math/big: move exhaustive tests behind -long flag by Russ Cox · 8 years ago
- 3a90728 math/big: make division faster by Russ Cox · 8 years ago
- 95a6572 math/big: Rat.SetString to report error if input is not consumed entirely by Robert Griesemer · 8 years ago
- 7b4a224 math/cmplx: add examples for Abs, Exp, Polar by Alexander Döring · 8 years ago
- 4f3a641 math: fix Gamma(-171.5) on all platforms by Russ Cox · 8 years ago
- a39920f math: fix Gamma(x) for x < -170.5 and other corner cases by Russ Cox · 8 years ago
- aab849e math: use portable Exp instead of 387 instructions on 386 by Russ Cox · 8 years ago
- 003a598 math/rand: add Rand.Uint64 by Florian Uekermann · 8 years ago
- 731b3ed math: make sqrt smaller on AMD64 by Ilya Tocar · 8 years ago
- ba94dd3 math: add some assembly implementations on ARM64 by Cherry Zhang · 8 years ago
- 9ed0715 math/big: support negative numbers in ModInverse by Michal Bohuslávek · 8 years ago
- 6bcd258 math/big: better SetFloat64 example in doc by Alberto Donizetti · 8 years ago
- 3311275 math, cmd/internal/obj/ppc64: improve floor, ceil, trunc with asm by Lynn Boger · 8 years ago
- e94c529 cmd/compile: intrinsify Ctz{32,64} and Bswap{32,64} on s390x by Michael Munday · 8 years ago
- 6f135bf math/big: cut 2 minutes off race tests by Brad Fitzpatrick · 8 years ago
- f1515a0 runtime, math/big: allow R0 on s390x to contain values other than 0 by Michael Munday · 8 years ago
- 6e703ae math: fix sqrt regression on AMD64 by Ilya Tocar · 8 years ago
- 82bc0d4 math/rand: document that NewSource sources race by David Glasser · 8 years ago
- 2a2cab2 math: speed up bessel functions on AMD64 by Ilya Tocar · 8 years ago
- 4955147 math/big: add assembly implementation of arith for ppc64{le} by Ethan Miller · 8 years ago
- 9f7ea61 math: optimize Ceil, Floor and Trunc on s390x by Michael Munday · 8 years ago
- 71ab9fa all: fix assembly vet issues by Josh Bleecher Snyder · 9 years ago
- cda633b math/big: avoid allocation in float.{Add, Sub} when there's no aliasing by Alberto Donizetti · 9 years ago
- 507144c math/rand: Document origin of cooked pseudo-random numbers by Florian Uekermann · 9 years ago
- 302dd7b crypto/cipher, math/big: fix example names by Josh Bleecher Snyder · 9 years ago
- 40cf4ad all: fix "result not used" vet warnings by Josh Bleecher Snyder · 9 years ago
- 3357a02 math/big: use array instead of slice for deBruijn lookups by Josh Bleecher Snyder · 9 years ago