nlpodyssey/spago

View on GitHub

Showing 23 of 23 total issues

Function ScalIncTo has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

func ScalIncTo(dst []float64, incDst uintptr, alpha float64, x []float64, n, incX uintptr) {
Severity: Minor
Found in mat/internal/f64/asm64/scal.go - About 35 mins to fix

    Function ScalIncTo has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    func ScalIncTo(dst []float32, incDst uintptr, alpha float32, x []float32, n, incX uintptr) {
    Severity: Minor
    Found in mat/internal/f32/asm32/scal.go - About 35 mins to fix

      Function sysctl has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      func sysctl(mib []int32, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) {
      Severity: Minor
      Found in mat/internal/matfuncs/cpu/cpu_netbsd_arm64.go - About 35 mins to fix
        Severity
        Category
        Status
        Source
        Language