1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-15 16:38:16 -04:00
v2fly/external/github.com/cloudflare/sidh/internal/utils/cpu.go

12 lines
150 B
Go
Raw Normal View History

2019-01-02 07:01:06 -05:00
package utils
type x86 struct {
// Signals support for MULX which is in BMI2
HasBMI2 bool
// Signals support for ADX
HasADX bool
}
var X86 x86