We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13137fb commit ae34788Copy full SHA for ae34788
math32/sin_arm64.s
@@ -0,0 +1,14 @@
1
+// This file contains a subset of functions of the std
2
+// math library from Go, but converted from float64 to float32.
3
+
4
+// Copyright 2010 The Go Authors. All rights reserved.
5
+// Use of this source code is governed by a BSD-style
6
+// license that can be found in the LICENSE file.
7
8
+#include "textflag.h"
9
10
+TEXT ·Sin(SB),NOSPLIT,$0
11
+ B ·sin(SB)
12
13
+TEXT ·Cos(SB),NOSPLIT,$0
14
+ B ·cos(SB)
0 commit comments