nlpodyssey/spago

View on GitHub
mat/internal/matfuncs/cpu/cpu_arm64.go

Summary

Maintainability
A
2 hrs
Test Coverage

Function parseARM64SystemRegisters has 80 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func parseARM64SystemRegisters(isar0, isar1, pfr0 uint64) {
    // ID_AA64ISAR0_EL1
    switch extractBits(isar0, 4, 7) {
    case 1:
        ARM64.HasAES = true
Severity: Major
Found in mat/internal/matfuncs/cpu/cpu_arm64.go - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status