aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/go/_std_1.22/src/internal/chacha8rand/chacha8_stub.s
blob: 09be558fcb5d64bdc86ae903c9da3b591a3fd868 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// 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:build !amd64 && !arm64

#include "textflag.h"

// func block(counter uint64, seed *[8]uint32, blocks *[16][4]uint32)
TEXT ·block(SB), NOSPLIT, $0
	JMP ·block_generic(SB)