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
2018-04-03
math/big: remove "else" from if with block that ends with return
isharipo
2018-04-03
cmd/asm, math: add s390x floating point test instructions
Michael Munday
2018-03-29
math: fix Ldexp when result is below ldexp(2, -1075)
Wèi Cōngruì
2018-03-29
math: handle denormals in AMD64 Exp
Wèi Cōngruì
2018-03-27
math: optimize Exp and Exp2 on arm64
erifan01
2018-03-27
math/big: improve performance of addVW/subVW for ppc64x
Carlos Eduardo Seo
2018-03-19
math/big: reduce amount of copying in Montgomery multiplication
Vlad Krasnov
2018-03-19
math/big: add 0 shift fastpath to shl and shr
Alberto Donizetti
2018-03-14
math/big: add comment about internal assumptions on nat values
Robert Griesemer
2018-03-12
math/big: optimize shlVU and shrVU on arm64
erifan01
2018-03-08
math/big: allocate less in Float.Sqrt
Alberto Donizetti
2018-03-08
math/big: speedup nat.setBytes for bigger slices
isharipo
2018-03-08
math/big: optimize addVW and subVW on arm64
erifan01
2018-03-07
math/big: implement addMulVVW on arm64
Vlad Krasnov
2018-03-06
math/big: don't use R18 in ARM64 assembly
Cherry Zhang
2018-03-06
math/big: optimize addVV and subVV on arm64
erifan01
2018-03-01
math: remove unused variable
Ilya Tocar
2018-02-27
math: optimize sinh and cosh
erifan01
2018-02-24
math/big: speed-up addMulVVW on amd64
Ilya Tocar
2018-02-20
all: fix misspellings
Shawn Smith
2018-02-14
math/big: fix %s verbs in Float tests error messages
Alberto Donizetti
2018-02-13
math: use Abs rather than if x < 0 { x = -x }
Thanabodee Charoenpiriyakij
2018-01-04
math/rand: typo fixed in documentation of seedPos
Paul PISCUC
2018-01-02
math: correct result for Pow(x, ±.5)
Brian Kessler
2017-11-30
math: remove asm version of Dim
Ilya Tocar
2017-11-30
math/big: protect against aliasing in nat.divLarge
Alberto Donizetti
2017-11-30
runtime/cgo, math: don't use FP instructions for soft-float mips{,le}
Vladimir Stefanovic
2017-11-27
math/cmplx: use signed zero to correct branch cuts
Brian Kessler
2017-11-16
Revert "math/rand: make Perm match Shuffle"
Russ Cox
2017-11-15
go/printer: indent lone comments in composite lits
Daniel Martí
2017-11-14
math/big: clarify comment on lehmerGCD overflow
Brian Kessler
2017-11-06
math/big: add security warning to (*Int).Rand
Filippo Valsorda
2017-11-03
math/bits: add examples for right rotation
Tobias Klauser
2017-11-02
math: implement asm modf for ppc64x
Lynn Boger
2017-11-01
math/big: implement CmpAbs
griesemer
2017-11-01
math/big: avoid unnecessary Newton iteration in Float.Sqrt
Alberto Donizetti
2017-11-01
math/big: save one subtraction per iteration in Float.Sqrt
Alberto Donizetti
2017-10-31
cmd/compile: intrinsify math.{Trunc/Ceil/Floor} on amd64
Ilya Tocar
2017-10-30
cmd/asm, cmd/internal/obj/s390x, math: add "test under mask" instructions
Michael Munday
2017-10-30
math: optimize dim and remove s390x assembly implementation
Michael Munday
2017-10-26
math/big: add (*Float).Sqrt
Alberto Donizetti
2017-10-24
math/big: implement Lehmer's GCD algorithm
Brian Kessler
2017-10-24
math: add RoundToEven function
Mark Pulford
2017-10-24
cmd/internal/obj/x86: move MOV->XOR rewriting into compiler
Matthew Dempsky
2017-10-16
math/big: fix ModSqrt optimized path for x = z
Filippo Valsorda
2017-10-06
math/big: provide support for conversion bases up to 62
griesemer
2017-10-06
math/bits: complete examples
griesemer
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-10-04
math/big: remove []byte/string conversions
Marvin Stenger
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
[prev]
[next]