blob: a3d5f103f0de22d4f60534c4c7642bc5d2d8ada7 [file] [log] [blame]
Brad Fitzpatrick51947442016-03-01 22:57:46 +00001// Copyright 2010 The Go Authors. All rights reserved.
Charles L. Dorian7f11db52010-01-15 13:21:36 -08002// 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 ·Sin(SB),NOSPLIT,$0
Russ Coxdd8dc6f2011-12-13 15:20:12 -05008 JMP ·sin(SB)
Charles L. Dorian7f11db52010-01-15 13:21:36 -08009
Keith Randall1f796632013-08-12 10:25:18 -070010TEXT ·Cos(SB),NOSPLIT,$0
Russ Coxdd8dc6f2011-12-13 15:20:12 -050011 JMP ·cos(SB)