gitee.com/quant1x/num@v0.3.2/math32/stubs_s390x.s (about)

     1  #include "textflag.h"
     2  
     3  // func Exp(x float32) float32
     4  TEXT ·Exp(SB),NOSPLIT,$0
     5  	BR ·exp(SB)
     6  
     7  // func Log(x float32) float32
     8  TEXT ·Log(SB),NOSPLIT,$0
     9  	BR ·log(SB)
    10  
    11  // func Remainder(x, y float32) float32
    12  TEXT ·Remainder(SB),NOSPLIT,$0
    13  	BR ·remainder(SB)
    14  
    15  // func Sqrt(x float32) float32
    16  TEXT ·Sqrt(SB),NOSPLIT,$0
    17  	BR ·sqrt(SB)