]> Cypherpunks repositories - gostls13.git/commit
math: fix amd64 Hypot.
authorCharles L. Dorian <cldorian@gmail.com>
Fri, 6 Aug 2010 23:50:48 +0000 (16:50 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 6 Aug 2010 23:50:48 +0000 (16:50 -0700)
commitc8c2bdbc59900a1641c08dc09abfdf6d1b3c873a
tree010d33e8602712f605a4e22ae22ba01a2043e00d
parentb92db49c2604453a009bc44a68d06fe202465d25
math: fix amd64 Hypot.
Underflow/overflow tests for exp_amd64.s

Fixes #957.

R=rsc
CC=golang-dev
https://golang.org/cl/1817041
src/pkg/math/Makefile
src/pkg/math/all_test.go
src/pkg/math/exp_amd64.s
src/pkg/math/hypot_amd64.s [new file with mode: 0644]