blob: 1e58fb110dc5863589c3c351095a18b2b4e80a52 [file] [log] [blame]
Russ Coxdd8dc6f2011-12-13 15:20:12 -05001// Copyright 2011 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
Rob Pike8bca1482014-08-12 17:04:45 -07005#include "textflag.h"
Keith Randall1f796632013-08-12 10:25:18 -07006
7TEXT ·Log1p(SB),NOSPLIT,$0
Russ Coxdd8dc6f2011-12-13 15:20:12 -05008 JMP ·log1p(SB)