diff options
Diffstat (limited to 'libgo/go/hash/crc32/crc32_amd64.go')
-rw-r--r-- | libgo/go/hash/crc32/crc32_amd64.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/hash/crc32/crc32_amd64.go b/libgo/go/hash/crc32/crc32_amd64.go index a0180a12dec..8eae850bbf3 100644 --- a/libgo/go/hash/crc32/crc32_amd64.go +++ b/libgo/go/hash/crc32/crc32_amd64.go @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build ignore + package crc32 // This file contains the code to call the SSE 4.2 version of the Castagnoli |