diff options
author | Michael Stapelberg <stapelberg@debian.org> | 2013-12-03 09:43:15 +0100 |
---|---|---|
committer | Michael Stapelberg <stapelberg@debian.org> | 2013-12-03 09:43:15 +0100 |
commit | 64d2a7c8945ba05af859901f5e248f1befdd8621 (patch) | |
tree | 013fcb7e9e3296ecdda876012252c36bd6bcb063 /src/pkg/math/exp2_386.s | |
parent | b901efe83e212f0c34c769c079e41373da12d723 (diff) | |
download | golang-64d2a7c8945ba05af859901f5e248f1befdd8621.tar.gz |
Imported Upstream version 1.2upstream/1.2
Diffstat (limited to 'src/pkg/math/exp2_386.s')
-rw-r--r-- | src/pkg/math/exp2_386.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pkg/math/exp2_386.s b/src/pkg/math/exp2_386.s index 153762631..71959d94d 100644 --- a/src/pkg/math/exp2_386.s +++ b/src/pkg/math/exp2_386.s @@ -2,8 +2,10 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +#include "../../cmd/ld/textflag.h" + // func Exp2(x float64) float64 -TEXT ·Exp2(SB),7,$0 +TEXT ·Exp2(SB),NOSPLIT,$0 // test bits for not-finite MOVL x_hi+4(FP), AX ANDL $0x7ff00000, AX |