mirror of https://github.com/golang/go.git
12 lines
375 B
ArmAsm
12 lines
375 B
ArmAsm
// Copyright 2015 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.
|
||
|
||
#include "textflag.h"
|
||
|
||
TEXT runtime∕internal∕atomic·Cas(SB),NOSPLIT,$0
|
||
B runtime∕internal∕atomic·armcas(SB)
|
||
|
||
TEXT runtime∕internal∕atomic·Casp1(SB),NOSPLIT,$0
|
||
B runtime∕internal∕atomic·Cas(SB)
|