github.com/wzzhu/tensor@v0.9.24/mathutils.go (about)

     1  // +build amd64,!noasm
     2  
     3  package tensor
     4  
     5  func divmod(a, b int) (q, r int)