diff options
Diffstat (limited to 'vendor/github.com/klauspost/crc32/gen.go')
| -rw-r--r-- | vendor/github.com/klauspost/crc32/gen.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/klauspost/crc32/gen.go b/vendor/github.com/klauspost/crc32/gen.go new file mode 100644 index 000000000..fb3040a7d --- /dev/null +++ b/vendor/github.com/klauspost/crc32/gen.go @@ -0,0 +1,7 @@ +// Copyright 2023 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +//go:generate go run gen_const_ppc64le.go + +package crc32 |
