summaryrefslogtreecommitdiff
path: root/src/math
Commit message (Expand)AuthorAgeFilesLines
* math/bits: add examples for leading zero methodsDylan Waits2017-07-151-0/+38
* math/rand: add concurrency warning to overview commentAditya Mukerjee2017-07-151-1/+2
* math: add a Sqrt exampleMartynas Budriūnas2017-07-151-0/+20
* math: clarify comment about bit-identical results across architecturesIan Lance Taylor2017-06-061-2/+1
* math: add doc note about floating point operationgulyasm2017-06-061-0/+3
* math/big: fix Add, Sub when receiver aliases 2nd operandAlberto Donizetti2017-05-312-2/+39
* internal/cpu: new package to detect cpu featuresMartin Möhrmann2017-05-102-16/+4
* cmd/compile: ppc64x intrinsics for math/bitsLynn Boger2017-05-101-4/+4
* math: use SIMD to accelerate additional scalar math functions on s390xBill O'Farrell2017-05-0834-65/+4720
* math/big: improve performance for addVV/subVV for ppc64xCarlos Eduardo Seo2017-04-251-12/+37
* math: remove asm version of sincos everywhere, except 386Ilya Tocar2017-04-2410-173/+16
* cmd/asm, cmd/internal/obj/s390x, math: add LGDR and LDGR instructionsMichael Munday2017-04-175-19/+19
* math/bits: support negative rotation count and remove RotateRightRobert Griesemer2017-04-112-157/+34
* all: fix minor misspellingsEric Lagergren2017-04-031-1/+1
* math/big: Unify divWW implementation for ppc64 and ppc64le.Carlos Eduardo Seo2017-03-313-64/+39
* math: speed up Log on amd64Ilya Tocar2017-03-291-0/+1
* math/big: replace local versions of bitLen, nlz with math/bits versionsRobert Griesemer2017-03-2317-141/+17
* math/big: fix TestFloatSetFloat64StringRobert Griesemer2017-03-231-11/+13
* math/big: make nat.setUint64 vet-friendlyJosh Bleecher Snyder2017-03-111-15/+5
* all: remove the the duplicate wordsEitan Adler2017-03-061-1/+1
* math/bits: move left-over functionality from bits_impl.go to bits.goRobert Griesemer2017-02-282-72/+59
* math/bits: faster LeadingZeros and Len functionsRobert Griesemer2017-02-284-33/+75
* math/bits: faster TrailingZeroes8Robert Griesemer2017-02-284-9/+29
* math/bits: faster OnesCount using table lookups for sizes 8,16,32Robert Griesemer2017-02-283-18/+31
* math/bits: faster Reverse8/16 functions using table lookupsRobert Griesemer2017-02-253-9/+96
* math/bits: fix incorrect doc strings for TrailingZeros functionsRobert Griesemer2017-02-251-5/+5
* math/big: use math/bits where appropriateRobert Griesemer2017-02-244-97/+18
* math: speed up and improve accuracy of Pow10Martin Möhrmann2017-02-222-33/+65
* math: add more tests for special cases of Bessel functions Y0, Y1, YnAlexander Döring2017-02-221-0/+8
* math/big: define Word as uint instead of uintptrRobert Griesemer2017-02-211-1/+1
* math/bits: faster OnesCountRobert Griesemer2017-02-192-47/+82
* math: protect benchmarked functions from being optimized awayMartin Möhrmann2017-02-181-71/+200
* math/bits: added benchmarks for Leading/TrailingZerosRobert Griesemer2017-02-171-34/+114
* math/bits: faster Rotate functions, added respective benchmarksRobert Griesemer2017-02-173-26/+161
* math/bits: faster OnesCount, added respective benchmarksRobert Griesemer2017-02-173-50/+119
* math/bits: faster Reverse, ReverseBytesRobert Griesemer2017-02-171-33/+24
* math/bits: fix benchmarks (make sure calls don't get optimized away)Robert Griesemer2017-02-171-9/+32
* math/bits: much faster ReverseBytes, added respective benchmarksRobert Griesemer2017-02-173-16/+52
* math/bits: much faster Reverse, added respective benchmarksRobert Griesemer2017-02-173-13/+77
* math/bits: expand doc strings for all functionsRobert Griesemer2017-02-171-35/+101
* math: fix typos in Bessel function docsShenghou Ma2017-02-161-3/+3
* math/bits: added package for bit-level counting and manipulationRobert Griesemer2017-02-163-0/+727
* math/big: simplify bool expressionDaniel Martí2017-02-141-1/+1
* math/big: fix s390x test build tagsMichael Munday2017-02-141-1/+1
* all: fix some printf format stringsJosh Bleecher Snyder2017-02-141-1/+1
* cmd/{asm,internal/obj/s390x}, math: remove emulated float instructionsMichael Munday2017-02-105-22/+22
* math: check overflow in amd64 Exp implementationAlberto Donizetti2017-02-102-3/+34
* math/big: add IsInt64/IsUint64 predicatesRobert Griesemer2017-02-072-47/+110
* crypto/*: document use or non-use of constant-time algorithmsRuss Cox2016-12-071-1/+4
* math/rand: export Source64, mainly for documentation valueRuss Cox2016-11-231-8/+11