go arith_decl_s390x 源码

2022-07-15 浏览 (1053)

golang arith_decl_s390x 代码

文件路径:/src/math/big/arith_decl_s390x.go

/ Copyright 2016 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 !math_big_pure_go
/ +build !math_big_pure_go

package big

import "internal/cpu"

func addVV_check(z, x, y []Word) (c Word)
func addVV_vec(z, x, y []Word) (c Word)
func addVV_novec(z, x, y []Word) (c Word)
func subVV_check(z, x, y []Word) (c Word)
func subVV_vec(z, x, y []Word) (c Word)
func subVV_novec(z, x, y []Word) (c Word)

var hasVX = cpu.S390X.HasVX

相关信息

go 源码目录

相关文章

go accuracy_string 源码

go alias_test 源码

go arith 源码

go arith_amd64 源码

go arith_decl 源码

go arith_decl_pure 源码

go arith_s390x_test 源码

go arith_test 源码

go bits_test 源码

go calibrate_test 源码

^