- ae7b6a3 math/big: tune addVW/subVW performance on arm64 by Xiangdong Ji · 5 years ago
- bd6dfe9 math/big: add a comment for SetMantExp by surechen · 4 years, 8 months ago
- 6382809 math/big: add function example by zhouzhongyuan · 4 years, 9 months ago
- 41bc0a1 math/big: fix TestShiftOverlap for test -count arguments > 1 by SparrowLii · 4 years, 5 months ago
- 216714e math/big: improve performance of mulAddVWW on ppc64x by Lynn Boger · 4 years, 5 months ago
- 441b52f math: simplify the code by kakulisen · 4 years, 8 months ago
- 65f514e math: fix dead link to springerlink (now link.springer) by Alberto Donizetti · 4 years, 8 months ago
- 1361738 testing: clean up remaining TempDir issues from CL 231958 by Bryan C. Mills · 4 years, 8 months ago
- c9d5f60 math/big: add (*Int).FillBytes by Filippo Valsorda · 4 years, 9 months ago
- 03e6073 math: implement Min/Max in riscv64 assembly by Joel Sing · 4 years, 10 months ago
- e90b0ce math: add function examples. by kakulisen · 4 years, 9 months ago
- 4209a9f math/cmplx: handle special cases by Brian Kessler · 6 years ago
- df2862c math: Add a function example by kakulisen · 4 years, 9 months ago
- a7e9e84 math/big: simplify hasVX checking on s390x by Ruixin(Peter) Bao · 4 years, 9 months ago
- d2f5e4e math: simplify hasVX checking on s390x by Ruixin Bao · 4 years, 9 months ago
- 1964862 math/cmplx: fix typo in code comment by Tyson Andre · 4 years, 9 months ago
- 3a37fd4 math/big: rewrite subVW to use fast path on s390x by Ruixin(Peter) Bao · 4 years, 10 months ago
- ee8972c math/big: rewrite addVW to use fast path on s390x by Ruixin(Peter) Bao · 5 years ago
- ab7a65f cmd/compile: clean up codegen for branch-on-carry on s390x by Michael Munday · 5 years ago
- 0329c91 math/big: clean up whitespace in arith_s390x.s file by Ruixin(Peter) Bao · 4 years, 9 months ago
- 813f8ea math/big: remove Direct Sqrt computation by Alberto Donizetti · 4 years, 9 months ago
- 8f53fad math/big: add test that linker is able to remove unused code by Brad Fitzpatrick · 4 years, 9 months ago
- 5a447c0 math/big: fix typo in documentation for Int.Exp by Hanjun Kim · 4 years, 10 months ago
- a55645f math/big: don't use Float in init to help linker discard 162 KiB by Brad Fitzpatrick · 4 years, 9 months ago
- ac1fd41 math/big: correct off-by-one access in divBasic by Rémy Oudompheng · 4 years, 11 months ago
- 6b6414c math: correct Atan2(±y,+∞) = ±0 on s390x by Brian Kessler · 4 years, 10 months ago
- c505865 math/big: document that Sqrt doesn't set Accuracy by Alberto Donizetti · 4 years, 10 months ago
- d774d97 math/cmplx: disable TanHuge test on s390x by Brian Kessler · 4 years, 10 months ago
- 70dc28f math/cmplx: implement Payne-Hanek range reduction by Brian Kessler · 6 years ago
- fe70838 math/big: initial vector arithmetic in riscv64 assembly by Joel Sing · 5 years ago
- 89f249a math: implement Sqrt in assembly for riscv64 by Joel Sing · 5 years ago
- 88ae4cc math/big: reintroduce pre-Go 1.14 mention in GCD docs by Filippo Valsorda · 5 years ago
- cdb7fd6 math/big: simplify GCD docs by Filippo Valsorda · 5 years ago
- 9bb40ed math/big: update comment on Int.GCD by Robert Griesemer · 5 years ago
- 5a3a5d3 math, math/big: add support for riscv64 by Joel Sing · 5 years ago
- 7d1d944 math/rand: update comment to avoid use of ^ for exponentiation by Brad Fitzpatrick · 5 years ago
- 440f7d6 all: fix a bunch of misspellings by Ville Skyttä · 5 years ago
- 7ad2748 math/big: fix out-of-bounds panic in divRecursive by Rémy Oudompheng · 5 years ago
- 1fe33e3 math/big: ensure correct test input by Robert Griesemer · 5 years ago
- 194ae32 math/big: implement recursive algorithm for division by Rémy Oudompheng · 6 years ago
- f5e89c2 Revert "math/cmplx: handle special cases" by Ian Lance Taylor · 5 years ago
- 68dce42 math/cmplx: handle special cases by Brian Kessler · 6 years ago
- e8f01d5 math: test portable FMA even on system with hardware FMA by Russ Cox · 5 years ago
- 543c6d2 math, cmd/compile: rename Fma to FMA by Russ Cox · 5 years ago
- f5949b6 math/big: allow all values for GCD by Brian Kessler · 6 years ago
- 8f30d25 math/big: use nat pool to reduce allocations in mul and sqr by Rémy Oudompheng · 6 years ago
- a52c0a1 math/big: make Rat.Denom side-effect free by Robert Griesemer · 5 years ago
- 4412181 math/big: normalize unitialized denominators ASAP by Robert Griesemer · 5 years ago
- 93a601d math: add guaranteed-precision FMA implementation by Akhil Indurti · 6 years ago
- 57c63e0 math/bits: add Rem, Rem32, Rem64 by Alberto Donizetti · 5 years ago
- 898f9db math/big: make Rat accessors safe for concurrent use by Robert Griesemer · 5 years ago
- 03ef105 all: remove nacl (part 3, more amd64p32) by Brad Fitzpatrick · 5 years ago
- 07b4abd all: remove the nacl port (part 2, amd64p32 + toolchain) by Brad Fitzpatrick · 5 years ago
- 5f1aeae math/rand: devirtualize interface call in Read by Carlo Alberto Ferraris · 5 years ago
- 9313657 math/rand: devirtualize interface in lockedSource by Carlo Alberto Ferraris · 5 years ago
- 770fac4 math/big: avoid MinExp exponent wrap-around in 'x' Text format by Robert Griesemer · 5 years ago
- 5cc6414 math: Add examples for Copysign, Dim, Exp* and Trunc by Javier · 5 years ago
- 0efbd10 all: fix typos by Ainar Garipov · 5 years ago
- d5fe733 math/big: fix a duplicate "the" in a comment by peter zhang · 5 years ago
- 9dfa4cb math/big: document that Rat.Denom might modify the receiver by Eric Lagergren · 5 years ago
- be452ce math/big: fast path for Cmp if same by Illya Yalovyy · 6 years ago
- 41b9e99 cmd/gofmt: fix normalization of imaginary number literals by Robert Griesemer · 6 years ago
- 18107ed math: add examples for Log, Log2, Mod, and Abs by Michael Brandenburg · 6 years ago
- 06b0bab all: shorten some tests by Russ Cox · 6 years ago
- 41329c0 math/bits: document that Add, Sub, Mul, RotateLeft, ReverseBytes are constant time by Filippo Valsorda · 6 years ago
- 776e170 math/bits: add example for OnesCount function by adarsh ravichandran · 6 years ago
- 5ca44dc math/bits: make Add and Sub fallbacks constant time by smasher164 · 6 years ago
- 5a2da56 math/big: stack allocate scaleDenom return value by JT Olio · 6 years ago
- 503e6ccd math/big: fix the bug in assembly implementation of shlVU on arm64 by erifan01 · 6 years ago
- 689ee11 math/big: document Int.String by Brian Kessler · 6 years ago
- f0fdbb1 math: consolidate assembly stub implementations by Michael Munday · 7 years ago
- d17d41e math/big: optimize mulAddVWW on arm64 for better performance by erifan01 · 7 years ago
- 5781df4 all: s/cancelation/cancellation/ by Josh Bleecher Snyder · 6 years ago
- 64dc4ba math: use new mnemonics for 'rotate then insert' on s390x by Michael Munday · 6 years ago
- f8c6f98 math/big: don't clobber shared underlying array in pow5 computation by Robert Griesemer · 6 years ago
- 7756a72 all: change the old assembly style AX:CX to CX, AX by Neven Sajko · 6 years ago
- ead8956 math/big: do not panic in Exp when y < 0 and x doesn't have an inverse by Filippo Valsorda · 6 years ago
- bead358 math/bits: add gccgo-friendly code for compiler bootstrap by Than McIntosh · 6 years ago
- 964fe4b math/big: simplify shlVU_g and shrVU_g by Neven Sajko · 6 years ago
- 4dce6db math/big: temporarily disable buggy shlVU assembly for arm64 by Robert Griesemer · 6 years ago
- 5ee2290 math/big: implement Rat.SetUint64 by Brian Kessler · 6 years ago
- 270de1c math: use Sincos instead of Sin and Cos in Jn and Yn by Neven Sajko · 6 years ago
- e4ba400 math/big: accept non-decimal floats with Rat.SetString by Robert Griesemer · 6 years ago
- 9a8979d math/rand: add example for Intn func by Vladimir Kovpak · 6 years ago
- d0cbf9b cmd/compile: follow up intrinsifying math/bits.Add64 for arm64 by erifan01 · 6 years ago
- 5714c91 cmd/compile: intrinsify math/bits.Add64 for arm64 by erifan01 · 6 years ago
- 6535791 math: fix math.Remainder(-x,x) (for Inf > x > 0) by David Chase · 6 years ago
- cfa93ba math/big: add support for underscores '_' in numbers by Robert Griesemer · 6 years ago
- ef891e1 math/big: implement Int.TrailingZeroBits by Brian Kessler · 6 years ago
- 4d10aba math/big: add fast path for amd64 addVW for large z by Josh Bleecher Snyder · 6 years ago
- fe24837 math/big: add fast path for pure Go addVW for large z by Josh Bleecher Snyder · 6 years ago
- 4c227a0 math/big: remove bounds checks in pure Go implementations by Josh Bleecher Snyder · 6 years ago
- 129c6e4 math/big: support new octal prefixes 0o and 0O by Robert Griesemer · 6 years ago
- d5edbca math/big: rewrite pure Go implementations to use math/bits by Josh Bleecher Snyder · 6 years ago
- 87cc567 math/big: optimize shlVU_g and shrVU_g by Josh Bleecher Snyder · 6 years ago
- 1d992f2 math/big: better initial guess for nat.sqrt by Juraj Sukop · 6 years ago
- bd98628 math/cmplx: avoid panic in Pow(x, NaN()) by Bryan C. Mills · 6 years ago
- a73abca math/big: handle alias of cofactor inputs in GCD by Brian Kessler · 6 years ago
- d6311ff math/big: add %#b and %O integer formats by Russ Cox · 6 years ago
- 675503c math/big: add %x float format by Russ Cox · 6 years ago