diff options
Diffstat (limited to 'src/pkg/math/sin_arm.s')
-rw-r--r-- | src/pkg/math/sin_arm.s | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/pkg/math/sin_arm.s b/src/pkg/math/sin_arm.s new file mode 100644 index 000000000..9447ca2eb --- /dev/null +++ b/src/pkg/math/sin_arm.s @@ -0,0 +1,9 @@ +// Copyright 2010 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 ·Sin(SB),7,$0 + B ·sin(SB) + +TEXT ·Cos(SB),7,$0 + B ·cos(SB) |