| Commit message (Expand) | Author | Age | Files | Lines |
| * | math/bits: add examples for leading zero methods | Dylan Waits | 2017-07-15 | 1 | -0/+38 |
| * | math/rand: add concurrency warning to overview comment | Aditya Mukerjee | 2017-07-15 | 1 | -1/+2 |
| * | math: add a Sqrt example | Martynas Budriūnas | 2017-07-15 | 1 | -0/+20 |
| * | math: clarify comment about bit-identical results across architectures | Ian Lance Taylor | 2017-06-06 | 1 | -2/+1 |
| * | math: add doc note about floating point operation | gulyasm | 2017-06-06 | 1 | -0/+3 |
| * | math/big: fix Add, Sub when receiver aliases 2nd operand | Alberto Donizetti | 2017-05-31 | 2 | -2/+39 |
| * | internal/cpu: new package to detect cpu features | Martin Möhrmann | 2017-05-10 | 2 | -16/+4 |
| * | cmd/compile: ppc64x intrinsics for math/bits | Lynn Boger | 2017-05-10 | 1 | -4/+4 |
| * | math: use SIMD to accelerate additional scalar math functions on s390x | Bill O'Farrell | 2017-05-08 | 34 | -65/+4720 |
| * | math/big: improve performance for addVV/subVV for ppc64x | Carlos Eduardo Seo | 2017-04-25 | 1 | -12/+37 |
| * | math: remove asm version of sincos everywhere, except 386 | Ilya Tocar | 2017-04-24 | 10 | -173/+16 |
| * | cmd/asm, cmd/internal/obj/s390x, math: add LGDR and LDGR instructions | Michael Munday | 2017-04-17 | 5 | -19/+19 |
| * | math/bits: support negative rotation count and remove RotateRight | Robert Griesemer | 2017-04-11 | 2 | -157/+34 |
| * | all: fix minor misspellings | Eric Lagergren | 2017-04-03 | 1 | -1/+1 |
| * | math/big: Unify divWW implementation for ppc64 and ppc64le. | Carlos Eduardo Seo | 2017-03-31 | 3 | -64/+39 |
| * | math: speed up Log on amd64 | Ilya Tocar | 2017-03-29 | 1 | -0/+1 |
| * | math/big: replace local versions of bitLen, nlz with math/bits versions | Robert Griesemer | 2017-03-23 | 17 | -141/+17 |
| * | math/big: fix TestFloatSetFloat64String | Robert Griesemer | 2017-03-23 | 1 | -11/+13 |
| * | math/big: make nat.setUint64 vet-friendly | Josh Bleecher Snyder | 2017-03-11 | 1 | -15/+5 |
| * | all: remove the the duplicate words | Eitan Adler | 2017-03-06 | 1 | -1/+1 |
| * | math/bits: move left-over functionality from bits_impl.go to bits.go | Robert Griesemer | 2017-02-28 | 2 | -72/+59 |
| * | math/bits: faster LeadingZeros and Len functions | Robert Griesemer | 2017-02-28 | 4 | -33/+75 |
| * | math/bits: faster TrailingZeroes8 | Robert Griesemer | 2017-02-28 | 4 | -9/+29 |
| * | math/bits: faster OnesCount using table lookups for sizes 8,16,32 | Robert Griesemer | 2017-02-28 | 3 | -18/+31 |
| * | math/bits: faster Reverse8/16 functions using table lookups | Robert Griesemer | 2017-02-25 | 3 | -9/+96 |
| * | math/bits: fix incorrect doc strings for TrailingZeros functions | Robert Griesemer | 2017-02-25 | 1 | -5/+5 |
| * | math/big: use math/bits where appropriate | Robert Griesemer | 2017-02-24 | 4 | -97/+18 |
| * | math: speed up and improve accuracy of Pow10 | Martin Möhrmann | 2017-02-22 | 2 | -33/+65 |
| * | math: add more tests for special cases of Bessel functions Y0, Y1, Yn | Alexander Döring | 2017-02-22 | 1 | -0/+8 |
| * | math/big: define Word as uint instead of uintptr | Robert Griesemer | 2017-02-21 | 1 | -1/+1 |
| * | math/bits: faster OnesCount | Robert Griesemer | 2017-02-19 | 2 | -47/+82 |
| * | math: protect benchmarked functions from being optimized away | Martin Möhrmann | 2017-02-18 | 1 | -71/+200 |
| * | math/bits: added benchmarks for Leading/TrailingZeros | Robert Griesemer | 2017-02-17 | 1 | -34/+114 |
| * | math/bits: faster Rotate functions, added respective benchmarks | Robert Griesemer | 2017-02-17 | 3 | -26/+161 |
| * | math/bits: faster OnesCount, added respective benchmarks | Robert Griesemer | 2017-02-17 | 3 | -50/+119 |
| * | math/bits: faster Reverse, ReverseBytes | Robert Griesemer | 2017-02-17 | 1 | -33/+24 |
| * | math/bits: fix benchmarks (make sure calls don't get optimized away) | Robert Griesemer | 2017-02-17 | 1 | -9/+32 |
| * | math/bits: much faster ReverseBytes, added respective benchmarks | Robert Griesemer | 2017-02-17 | 3 | -16/+52 |
| * | math/bits: much faster Reverse, added respective benchmarks | Robert Griesemer | 2017-02-17 | 3 | -13/+77 |
| * | math/bits: expand doc strings for all functions | Robert Griesemer | 2017-02-17 | 1 | -35/+101 |
| * | math: fix typos in Bessel function docs | Shenghou Ma | 2017-02-16 | 1 | -3/+3 |
| * | math/bits: added package for bit-level counting and manipulation | Robert Griesemer | 2017-02-16 | 3 | -0/+727 |
| * | math/big: simplify bool expression | Daniel Martí | 2017-02-14 | 1 | -1/+1 |
| * | math/big: fix s390x test build tags | Michael Munday | 2017-02-14 | 1 | -1/+1 |
| * | all: fix some printf format strings | Josh Bleecher Snyder | 2017-02-14 | 1 | -1/+1 |
| * | cmd/{asm,internal/obj/s390x}, math: remove emulated float instructions | Michael Munday | 2017-02-10 | 5 | -22/+22 |
| * | math: check overflow in amd64 Exp implementation | Alberto Donizetti | 2017-02-10 | 2 | -3/+34 |
| * | math/big: add IsInt64/IsUint64 predicates | Robert Griesemer | 2017-02-07 | 2 | -47/+110 |
| * | crypto/*: document use or non-use of constant-time algorithms | Russ Cox | 2016-12-07 | 1 | -1/+4 |
| * | math/rand: export Source64, mainly for documentation value | Russ Cox | 2016-11-23 | 1 | -8/+11 |