summaryrefslogtreecommitdiff
path: root/src/pkg/bytes/asm_arm.s
blob: 4ed0c1580a8bd6ff628610fe16a1c0070dc5492b (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2009 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.

// no memchr implementation on arm yet
TEXT ·IndexByte(SB),7,$0
	B	·indexBytePortable(SB)

// no memcmp implementation on arm yet
TEXT ·Equal(SB),7,$0
	B	·equalPortable(SB)