update qtls

This commit is contained in:
Marten Seemann
2018-12-25 21:35:06 +06:30
parent b166757fd9
commit 07030de6c2
31 changed files with 9782 additions and 109 deletions

View File

@@ -0,0 +1,11 @@
package utils
type x86 struct {
// Signals support for MULX which is in BMI2
HasBMI2 bool
// Signals support for ADX
HasADX bool
}
var X86 x86