index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
math
Age
Commit message (
Expand
)
Author
8 days
math/big: Binomial should return 0 if k < 0
Weixie Cui
9 days
math/big: optimize writeMultiple to use StringWriter and ByteWriter
Jorropo
2026-03-27
math: add assembly func archExp and archExp2 for riscv64
Julian Zhu
2026-03-01
math: add benchmark for float32/float64 conversions
Meng Zhuo
2026-02-12
math/big: optimize the implementation of lshVU on loong64
limeidan
2026-01-28
math: optimize the floating-point pipeline on loong64
Xiaolin Zhao
2026-01-23
math/pow10: remove overlapping boundary (n=0)
mohanson
2026-01-23
math: use shared signMask constant
mohanson
2025-11-19
math: switch s390x math.Pow to generic implementation
Srinivas Pokala
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-11-10
internal/runtime/sys,math/bits: eliminate bounds checks on len8tab
Joel Sing
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-09-03
math: rename Modf parameter int to integer
Michael Munday
2025-08-25
math: use Trunc to implement Modf
Michael Munday
2025-08-25
math: implement IsInf using Abs
Michael Munday
2025-08-25
math: optimize Signbit implementation slightly
Michael Munday
2025-08-08
math: remove redundant infinity tests
Michael Munday
2025-05-19
math: fix portable FMA implementation when x*y ~ 0, x*y < 0 and z = 0
ICHINOSE Shogo
2025-05-01
math/big: fix incorrect register allocation for mipsx/mips64x
Julian Zhu
2025-04-19
math/big: use clearer loop bounds check elimination
Russ Cox
2025-04-19
math/big: replace assembly with mini-compiler output
Russ Cox
2025-04-19
math/big: add shift and mul to mini-compiler
Russ Cox
2025-04-19
math/big: add all architectures to mini-compiler
Russ Cox
2025-04-19
math/big: new mini-compiler for arith assembly
Russ Cox
2025-04-18
math/big: replace addVW/subVW assembly with fast pure Go
Russ Cox
2025-04-18
math/big: add more complete tests and benchmarks of assembly
Russ Cox
2025-04-15
math/big: fix loong64 assembly for vet
Keith Randall
2025-04-15
math/big: optimize subVV function for loong64
Huang Qiqi
2025-04-15
math/big: optimize mulAddVWW function for loong64
Huang Qiqi
2025-04-15
math/big: optimize subVW function for loong64
Huang Qiqi
2025-04-15
math/big: optimize addVW function for loong64
Huang Qiqi
2025-04-11
math/big: remove copy responsibility from, rename shlVU, shrVU
Russ Cox
2025-04-11
math/big: replace addMulVVW with addMulVVWW
Russ Cox
2025-03-24
cmd/asm: add LCDBR instruction on s390x
Vishwanatha HD
2025-03-12
math/big: update calibration tests and recalibrate
Russ Cox
2025-03-12
math/big: simplify, speed up Karatsuba multiplication
Russ Cox
2025-03-06
math/big: avoid negative slice size in nat.rem
Russ Cox
2025-03-05
math: implement func archExp and archExp2 in assembly on loong64
Xiaolin Zhao
2025-02-27
math/big: add tests for allocation during multiply
Russ Cox
2025-02-27
math/big: move multiplication to natmul.go
Russ Cox
2025-02-27
math/big: optimize atoi of base 2, 4, 16
Russ Cox
2025-02-27
math/big: improve scan test and benchmark
Russ Cox
2025-02-27
math/big: replace nat pool with Word stack
Russ Cox
2025-02-27
math/big: report allocs in BenchmarkNatMul, BenchmarkNatSqr
Russ Cox
2025-02-27
math/big: clean up GCD a little
Russ Cox
2025-02-25
all: surround -test.run arguments with ^$
qmuntal
2025-02-03
math/big: use built-in max function
Eng Zer Jun
2024-12-04
math/bits: update reference to debruijn paper
Sean Liao
2024-12-04
math/rand/v2: replace <= 0 with == 0 for Uint function docs
Jorropo
2024-11-20
internal/byteorder: use canonical Go casing in names
Russ Cox
[next]