go arith_amd64 源码

  • 2022-07-15
  • 浏览 (1028)

golang arith_amd64 代码

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

// Copyright 2017 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"

var support_adx = cpu.X86.HasADX && cpu.X86.HasBMI2

相关信息

go 源码目录

相关文章

go accuracy_string 源码

go alias_test 源码

go arith 源码

go arith_decl 源码

go arith_decl_pure 源码

go arith_decl_s390x 源码

go arith_s390x_test 源码

go arith_test 源码

go bits_test 源码

go calibrate_test 源码

0  赞