diff options
Diffstat (limited to 'src/pkg/hash')
-rw-r--r-- | src/pkg/hash/crc32/crc32_amd64.s | 2 | ||||
-rw-r--r-- | src/pkg/hash/crc32/crc32_amd64p32.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/hash/crc32/crc32_amd64.s b/src/pkg/hash/crc32/crc32_amd64.s index 95dc8bf41..30b0d0691 100644 --- a/src/pkg/hash/crc32/crc32_amd64.s +++ b/src/pkg/hash/crc32/crc32_amd64.s @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -#include "../../../cmd/ld/textflag.h" +#include "textflag.h" // func castagnoliSSE42(crc uint32, p []byte) uint32 TEXT ·castagnoliSSE42(SB),NOSPLIT,$0 diff --git a/src/pkg/hash/crc32/crc32_amd64p32.s b/src/pkg/hash/crc32/crc32_amd64p32.s index e34f20867..b6770eba3 100644 --- a/src/pkg/hash/crc32/crc32_amd64p32.s +++ b/src/pkg/hash/crc32/crc32_amd64p32.s @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -#include "../../../cmd/ld/textflag.h" +#include "textflag.h" // func castagnoliSSE42(crc uint32, p []byte) uint32 TEXT ·castagnoliSSE42(SB),NOSPLIT,$0 |