Skip to content

Commit 9dce16d

Browse files
authored
Merge pull request #15 from Masquerade0097/patch-1
Update stubs_s390x.s
2 parents c7ee986 + e371f32 commit 9dce16d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

stubs_s390x.s

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
#include "textflag.h"
22

33
// func Exp(x float32) float32
4-
TEXT Exp(SB),NOSPLIT,$0
5-
BR exp(SB)
4+
TEXT ·Exp(SB),NOSPLIT,$0
5+
BR ·exp(SB)
66

77
// func Log(x float32) float32
8-
TEXT Log(SB),NOSPLIT,$0
9-
BR log(SB)
8+
TEXT ·Log(SB),NOSPLIT,$0
9+
BR ·log(SB)
1010

1111
// func Remainder(x, y float32) float32
12-
TEXT Remainder(SB), NOSPLIT, $0
12+
TEXT ·Remainder(SB),NOSPLIT,$0
13+
BR ·remainder(SB)
1314

1415
// func Sqrt(x float32) float32
15-
TEXT Sqrt(SB),NOSPLIT,$0
16-
BR sqrt(SB)
17-
16+
TEXT ·Sqrt(SB),NOSPLIT,$0
17+
BR ·sqrt(SB)

0 commit comments

Comments
 (0)