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