summaryrefslogtreecommitdiff
path: root/src/pkg/math/asin_amd64.s
blob: 42151f1e957fa6e864c6d1d0ff4e9be8bce65f1c (plain)
1
2
3
4
5
6
7
8
9
// Copyright 2011 The Go Authors.  All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

TEXT ·Asin(SB),7,$0
	JMP ·asin(SB)

TEXT ·Acos(SB),7,$0
	JMP ·acos(SB)