github.com/riscv/riscv-go@v0.0.0-20200123204226-124ebd6fcc8e/src/cmd/vet/all/whitelist/64bit.txt (about)

     1  // 64-bit-specific vet whitelist. See readme.txt for details.
     2  
     3  // False positives.
     4  
     5  // Clever const tricks outwit the "large shift" check.
     6  runtime/hashmap.go: hash might be too small for shift of 56
     7  runtime/hashmap.go: hash might be too small for shift of 56
     8  runtime/hashmap.go: hash might be too small for shift of 56
     9  runtime/hashmap.go: hash might be too small for shift of 56
    10  runtime/hashmap.go: hash might be too small for shift of 56
    11  runtime/hashmap.go: hash might be too small for shift of 56
    12  runtime/hashmap_fast.go: hash might be too small for shift of 56
    13  runtime/hashmap_fast.go: hash might be too small for shift of 56