2017-09-14 17:11:35 +00:00
|
|
|
// 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.
|
|
|
|
|
2021-07-30 14:28:58 -07:00
|
|
|
//go:build ignore
|
|
|
|
// +build ignore
|
2017-09-14 17:11:35 +00:00
|
|
|
|
2018-09-24 21:46:21 +00:00
|
|
|
package big
|
|
|
|
|
|
|
|
import "internal/cpu"
|
|
|
|
|
|
|
|
var support_adx = cpu.X86.HasADX && cpu.X86.HasBMI2
|