blob: c8194fed83b76c43706ebab0ad373e9932ac6059 [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 ·Dim(SB),NOSPLIT,$0
Russ Coxdd8dc6f2011-12-13 15:20:12 -05008 JMP ·dim(SB)
9
Keith Randall1f796632013-08-12 10:25:18 -070010TEXT ·Max(SB),NOSPLIT,$0
Russ Coxdd8dc6f2011-12-13 15:20:12 -050011 JMP ·max(SB)
12
Keith Randall1f796632013-08-12 10:25:18 -070013TEXT ·Min(SB),NOSPLIT,$0
Russ Coxdd8dc6f2011-12-13 15:20:12 -050014 JMP ·min(SB)